Class: Aws::Connect::Types::DeleteViewRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Returns:

  • (String)


4896
4897
4898
4899
4900
4901
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4896

class DeleteViewRequest < Struct.new(
  :instance_id,
  :view_id)
  SENSITIVE = []
  include Aws::Structure
end

#view_idString

The identifier of the view. Both ViewArn and ViewId can be used.

Returns:

  • (String)


4896
4897
4898
4899
4900
4901
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 4896

class DeleteViewRequest < Struct.new(
  :instance_id,
  :view_id)
  SENSITIVE = []
  include Aws::Structure
end