Class: Aws::Connect::Types::UpdateViewMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UpdateViewMetadataRequest
- Defined in:
- gems/aws-sdk-connect/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.
26185 26186 26187 26188 26189 26190 26191 26192 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26185 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.
26185 26186 26187 26188 26189 26190 26191 26192 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26185 class UpdateViewMetadataRequest < Struct.new( :instance_id, :view_id, :name, :description) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the view.
26185 26186 26187 26188 26189 26190 26191 26192 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26185 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.
26185 26186 26187 26188 26189 26190 26191 26192 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 26185 class UpdateViewMetadataRequest < Struct.new( :instance_id, :view_id, :name, :description) SENSITIVE = [:name] include Aws::Structure end |