Class: Aws::Connect::Types::ViewSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ViewSummary
- Defined in:
- gems/aws-sdk-connect/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
orPUBLISHED
. -
#type ⇒ String
The type of the view.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the view.
24169 24170 24171 24172 24173 24174 24175 24176 24177 24178 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24169 class ViewSummary < Struct.new( :id, :arn, :name, :type, :status, :description) SENSITIVE = [:name] include Aws::Structure end |
#description ⇒ String
The description of the view.
24169 24170 24171 24172 24173 24174 24175 24176 24177 24178 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24169 class ViewSummary < Struct.new( :id, :arn, :name, :type, :status, :description) SENSITIVE = [:name] include Aws::Structure end |
#id ⇒ String
The identifier of the view.
24169 24170 24171 24172 24173 24174 24175 24176 24177 24178 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24169 class ViewSummary < Struct.new( :id, :arn, :name, :type, :status, :description) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The name of the view.
24169 24170 24171 24172 24173 24174 24175 24176 24177 24178 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24169 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.
24169 24170 24171 24172 24173 24174 24175 24176 24177 24178 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24169 class ViewSummary < Struct.new( :id, :arn, :name, :type, :status, :description) SENSITIVE = [:name] include Aws::Structure end |
#type ⇒ String
The type of the view.
24169 24170 24171 24172 24173 24174 24175 24176 24177 24178 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24169 class ViewSummary < Struct.new( :id, :arn, :name, :type, :status, :description) SENSITIVE = [:name] include Aws::Structure end |