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)


39205
39206
39207
39208
39209
39210
39211
39212
# File 'lib/aws-sdk-connect/types.rb', line 39205

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

#instance_idString

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

Returns:

  • (String)


39205
39206
39207
39208
39209
39210
39211
39212
# File 'lib/aws-sdk-connect/types.rb', line 39205

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

#nameString

The name of the view.

Returns:

  • (String)


39205
39206
39207
39208
39209
39210
39211
39212
# File 'lib/aws-sdk-connect/types.rb', line 39205

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)


39205
39206
39207
39208
39209
39210
39211
39212
# File 'lib/aws-sdk-connect/types.rb', line 39205

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