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

#descriptionString

The description of the view.

Returns:

  • (String)


21086
21087
21088
21089
21090
21091
21092
21093
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21086

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)


21086
21087
21088
21089
21090
21091
21092
21093
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21086

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

#nameString

The name of the view.

Returns:

  • (String)


21086
21087
21088
21089
21090
21091
21092
21093
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21086

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)


21086
21087
21088
21089
21090
21091
21092
21093
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21086

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