Class: Aws::Connect::Types::ViewSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ViewSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the view.
-
#description ⇒ String
The description of the view.
-
#id ⇒ String
The identifier of the view.
-
#name ⇒ String
The name of the view.
-
#status ⇒ String
Indicates the view status as either ‘SAVED` or `PUBLISHED`.
-
#type ⇒ String
The type of the view.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the view.
23890 23891 23892 23893 23894 23895 23896 23897 23898 23899 |
# File 'lib/aws-sdk-connect/types.rb', line 23890 class ViewSummary < Struct.new( :id, :arn, :name, :type, :status, :description) SENSITIVE = [:name] include Aws::Structure end |
#description ⇒ String
The description of the view.
23890 23891 23892 23893 23894 23895 23896 23897 23898 23899 |
# File 'lib/aws-sdk-connect/types.rb', line 23890 class ViewSummary < Struct.new( :id, :arn, :name, :type, :status, :description) SENSITIVE = [:name] include Aws::Structure end |
#id ⇒ String
The identifier of the view.
23890 23891 23892 23893 23894 23895 23896 23897 23898 23899 |
# File 'lib/aws-sdk-connect/types.rb', line 23890 class ViewSummary < Struct.new( :id, :arn, :name, :type, :status, :description) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the view.
23890 23891 23892 23893 23894 23895 23896 23897 23898 23899 |
# File 'lib/aws-sdk-connect/types.rb', line 23890 class ViewSummary < Struct.new( :id, :arn, :name, :type, :status, :description) SENSITIVE = [:name] include Aws::Structure end |
#status ⇒ String
Indicates the view status as either ‘SAVED` or `PUBLISHED`. The `PUBLISHED` status will initiate validation on the content.
23890 23891 23892 23893 23894 23895 23896 23897 23898 23899 |
# File 'lib/aws-sdk-connect/types.rb', line 23890 class ViewSummary < Struct.new( :id, :arn, :name, :type, :status, :description) SENSITIVE = [:name] include Aws::Structure end |
#type ⇒ String
The type of the view.
23890 23891 23892 23893 23894 23895 23896 23897 23898 23899 |
# File 'lib/aws-sdk-connect/types.rb', line 23890 class ViewSummary < Struct.new( :id, :arn, :name, :type, :status, :description) SENSITIVE = [:name] include Aws::Structure end |