Class: Aws::Connect::Types::ViewSummary

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

Overview

A summary of a view’s metadata.

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the view.

Returns:

  • (String)


26670
26671
26672
26673
26674
26675
26676
26677
26678
26679
# File 'lib/aws-sdk-connect/types.rb', line 26670

class ViewSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :status,
  :description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#descriptionString

The description of the view.

Returns:

  • (String)


26670
26671
26672
26673
26674
26675
26676
26677
26678
26679
# File 'lib/aws-sdk-connect/types.rb', line 26670

class ViewSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :status,
  :description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#idString

The identifier of the view.

Returns:

  • (String)


26670
26671
26672
26673
26674
26675
26676
26677
26678
26679
# File 'lib/aws-sdk-connect/types.rb', line 26670

class ViewSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :status,
  :description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The name of the view.

Returns:

  • (String)


26670
26671
26672
26673
26674
26675
26676
26677
26678
26679
# File 'lib/aws-sdk-connect/types.rb', line 26670

class ViewSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :status,
  :description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#statusString

Indicates the view status as either ‘SAVED` or `PUBLISHED`. The `PUBLISHED` status will initiate validation on the content.

Returns:

  • (String)


26670
26671
26672
26673
26674
26675
26676
26677
26678
26679
# File 'lib/aws-sdk-connect/types.rb', line 26670

class ViewSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :status,
  :description)
  SENSITIVE = [:name]
  include Aws::Structure
end

#typeString

The type of the view.

Returns:

  • (String)


26670
26671
26672
26673
26674
26675
26676
26677
26678
26679
# File 'lib/aws-sdk-connect/types.rb', line 26670

class ViewSummary < Struct.new(
  :id,
  :arn,
  :name,
  :type,
  :status,
  :description)
  SENSITIVE = [:name]
  include Aws::Structure
end