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)


20535
20536
20537
20538
20539
20540
20541
20542
# File 'lib/aws-sdk-connect/types.rb', line 20535

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)


20535
20536
20537
20538
20539
20540
20541
20542
# File 'lib/aws-sdk-connect/types.rb', line 20535

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

#nameString

The name of the view.

Returns:

  • (String)


20535
20536
20537
20538
20539
20540
20541
20542
# File 'lib/aws-sdk-connect/types.rb', line 20535

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)


20535
20536
20537
20538
20539
20540
20541
20542
# File 'lib/aws-sdk-connect/types.rb', line 20535

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