Class: Aws::Types::SetTypeDefaultVersionInput
- Inherits:
-
Object
- Object
- Aws::Types::SetTypeDefaultVersionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def arn @arn end |
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def type @type end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def type_name @type_name end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def version_id @version_id end |