Class: Aws::Connect::Types::UpdateViewMetadataRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the view.

Returns:

  • (String)


26205
26206
26207
26208
26209
26210
26211
26212
# File 'lib/aws-sdk-connect/types.rb', line 26205

class UpdateViewMetadataRequest < Struct.new(
  :instance_id,
  :view_id,
  :name,
  :description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

Returns:

  • (String)


26205
26206
26207
26208
26209
26210
26211
26212
# File 'lib/aws-sdk-connect/types.rb', line 26205

class UpdateViewMetadataRequest < Struct.new(
  :instance_id,
  :view_id,
  :name,
  :description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The name of the view.

Returns:

  • (String)


26205
26206
26207
26208
26209
26210
26211
26212
# File 'lib/aws-sdk-connect/types.rb', line 26205

class UpdateViewMetadataRequest < Struct.new(
  :instance_id,
  :view_id,
  :name,
  :description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#view_idString

The identifier of the view. Both ‘ViewArn` and `ViewId` can be used.

Returns:

  • (String)


26205
26206
26207
26208
26209
26210
26211
26212
# File 'lib/aws-sdk-connect/types.rb', line 26205

class UpdateViewMetadataRequest < Struct.new(
  :instance_id,
  :view_id,
  :name,
  :description)
  SENSITIVE = [:name]
  include Aws::Structure
end