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.
22888 22889 22890 22891 22892 22893 22894 22895 |
# File 'lib/aws-sdk-connect/types.rb', line 22888 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.
22888 22889 22890 22891 22892 22893 22894 22895 |
# File 'lib/aws-sdk-connect/types.rb', line 22888 class UpdateViewMetadataRequest < Struct.new( :instance_id, :view_id, :name, :description) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the view.
22888 22889 22890 22891 22892 22893 22894 22895 |
# File 'lib/aws-sdk-connect/types.rb', line 22888 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.
22888 22889 22890 22891 22892 22893 22894 22895 |
# File 'lib/aws-sdk-connect/types.rb', line 22888 class UpdateViewMetadataRequest < Struct.new( :instance_id, :view_id, :name, :description) SENSITIVE = [:name] include Aws::Structure end |