Class: Aws::Types::ViewSummary
- Inherits:
-
Object
- Object
- Aws::Types::ViewSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
-
#type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
9464 9465 9466 |
# File 'sig/types.rbs', line 9464 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
9468 9469 9470 |
# File 'sig/types.rbs', line 9468 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
9463 9464 9465 |
# File 'sig/types.rbs', line 9463 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
9465 9466 9467 |
# File 'sig/types.rbs', line 9465 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
9467 9468 9469 |
# File 'sig/types.rbs', line 9467 def status @status end |
#type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute type.
9466 9467 9468 |
# File 'sig/types.rbs', line 9466 def type @type end |