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.
9245 9246 9247 |
# File 'sig/types.rbs', line 9245 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
9246 9247 9248 |
# File 'sig/types.rbs', line 9246 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
9244 9245 9246 |
# File 'sig/types.rbs', line 9244 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
9247 9248 9249 |
# File 'sig/types.rbs', line 9247 def name @name end |
#type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute type.
9248 9249 9250 |
# File 'sig/types.rbs', line 9248 def type @type end |
#version ⇒ ::Integer
Returns the value of attribute version.
9249 9250 9251 |
# File 'sig/types.rbs', line 9249 def version @version end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
9250 9251 9252 |
# File 'sig/types.rbs', line 9250 def version_description @version_description end |