Class: Aws::Types::ViewVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ViewVersionSummary
- 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.
-
#type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute type.
-
#version ⇒ ::Integer
Returns the value of attribute version.
-
#version_description ⇒ ::String
Returns the value of attribute version_description.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
9702 9703 9704 |
# File 'sig/types.rbs', line 9702 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
9703 9704 9705 |
# File 'sig/types.rbs', line 9703 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
9701 9702 9703 |
# File 'sig/types.rbs', line 9701 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
9704 9705 9706 |
# File 'sig/types.rbs', line 9704 def name @name end |
#type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute type.
9705 9706 9707 |
# File 'sig/types.rbs', line 9705 def type @type end |
#version ⇒ ::Integer
Returns the value of attribute version.
9706 9707 9708 |
# File 'sig/types.rbs', line 9706 def version @version end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
9707 9708 9709 |
# File 'sig/types.rbs', line 9707 def version_description @version_description end |