Class: Aws::Connect::Types::DeleteViewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteViewRequest
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#view_id ⇒ String
The identifier of the view.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
8995 8996 8997 8998 8999 9000 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8995 class DeleteViewRequest < Struct.new( :instance_id, :view_id) SENSITIVE = [] include Aws::Structure end |
#view_id ⇒ String
The identifier of the view. Both ViewArn and ViewId can be used.
8995 8996 8997 8998 8999 9000 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8995 class DeleteViewRequest < Struct.new( :instance_id, :view_id) SENSITIVE = [] include Aws::Structure end |