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.
9716 9717 9718 |
# File 'sig/types.rbs', line 9716 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
9720 9721 9722 |
# File 'sig/types.rbs', line 9720 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
9715 9716 9717 |
# File 'sig/types.rbs', line 9715 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
9717 9718 9719 |
# File 'sig/types.rbs', line 9717 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
9719 9720 9721 |
# File 'sig/types.rbs', line 9719 def status @status end |
#type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute type.
9718 9719 9720 |
# File 'sig/types.rbs', line 9718 def type @type end |