Class: Aws::Connect::Types::DeleteViewVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DeleteViewVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The identifier of the Connect Customer instance.
-
#view_id ⇒ String
The identifier of the view.
-
#view_version ⇒ Integer
The version number of the view.
Instance Attribute Details
#instance_id ⇒ String
The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the instance.
9686 9687 9688 9689 9690 9691 9692 |
# File 'lib/aws-sdk-connect/types.rb', line 9686 class DeleteViewVersionRequest < Struct.new( :instance_id, :view_id, :view_version) SENSITIVE = [] include Aws::Structure end |
#view_id ⇒ String
The identifier of the view. Both ‘ViewArn` and `ViewId` can be used.
9686 9687 9688 9689 9690 9691 9692 |
# File 'lib/aws-sdk-connect/types.rb', line 9686 class DeleteViewVersionRequest < Struct.new( :instance_id, :view_id, :view_version) SENSITIVE = [] include Aws::Structure end |
#view_version ⇒ Integer
The version number of the view.
9686 9687 9688 9689 9690 9691 9692 |
# File 'lib/aws-sdk-connect/types.rb', line 9686 class DeleteViewVersionRequest < Struct.new( :instance_id, :view_id, :view_version) SENSITIVE = [] include Aws::Structure end |