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

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

Overview

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

The description of the view.

Returns:

  • (String)


40218
40219
40220
40221
40222
40223
40224
40225
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 40218

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

#instance_id ⇒ String

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

Returns:

  • (String)


40218
40219
40220
40221
40222
40223
40224
40225
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 40218

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

#name ⇒ String

The name of the view.

Returns:

  • (String)


40218
40219
40220
40221
40222
40223
40224
40225
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 40218

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.

Returns:

  • (String)


40218
40219
40220
40221
40222
40223
40224
40225
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 40218

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