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.
9577 9578 9579 |
# File 'sig/types.rbs', line 9577 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
9581 9582 9583 |
# File 'sig/types.rbs', line 9581 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
9576 9577 9578 |
# File 'sig/types.rbs', line 9576 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
9578 9579 9580 |
# File 'sig/types.rbs', line 9578 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
9580 9581 9582 |
# File 'sig/types.rbs', line 9580 def status @status end |
#type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute type.
9579 9580 9581 |
# File 'sig/types.rbs', line 9579 def type @type end |