Class: Aws::Connect::Types::UpdateViewMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateViewMetadataRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the view.
-
#instance_id ⇒ String
The identifier of the Amazon Connect instance.
-
#name ⇒ String
The name of the view.
-
#view_id ⇒ String
The identifier of the view.
Instance Attribute Details
#description ⇒ String
The description of the view.
23297 23298 23299 23300 23301 23302 23303 23304 |
# File 'lib/aws-sdk-connect/types.rb', line 23297 class UpdateViewMetadataRequest < Struct.new( :instance_id, :view_id, :name, :description) SENSITIVE = [:name] include Aws::Structure end |
#instance_id ⇒ String
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
23297 23298 23299 23300 23301 23302 23303 23304 |
# File 'lib/aws-sdk-connect/types.rb', line 23297 class UpdateViewMetadataRequest < Struct.new( :instance_id, :view_id, :name, :description) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the view.
23297 23298 23299 23300 23301 23302 23303 23304 |
# File 'lib/aws-sdk-connect/types.rb', line 23297 class UpdateViewMetadataRequest < Struct.new( :instance_id, :view_id, :name, :description) SENSITIVE = [:name] include Aws::Structure end |
#view_id ⇒ String
The identifier of the view. Both ‘ViewArn` and `ViewId` can be used.
23297 23298 23299 23300 23301 23302 23303 23304 |
# File 'lib/aws-sdk-connect/types.rb', line 23297 class UpdateViewMetadataRequest < Struct.new( :instance_id, :view_id, :name, :description) SENSITIVE = [:name] include Aws::Structure end |