Class: Aws::Types::TypeVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::TypeVersionSummary
- 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.
-
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
-
#public_version_number ⇒ ::String
Returns the value of attribute public_version_number.
-
#time_created ⇒ ::Time
Returns the value of attribute time_created.
-
#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.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def description @description end |
#is_default_version ⇒ Boolean
Returns the value of attribute is_default_version.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def is_default_version @is_default_version end |
#public_version_number ⇒ ::String
Returns the value of attribute public_version_number.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def public_version_number @public_version_number end |
#time_created ⇒ ::Time
Returns the value of attribute time_created.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def time_created @time_created end |
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def type @type end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
2112 2113 2114 |
# File 'sig/types.rbs', line 2112 def type_name @type_name end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
2113 2114 2115 |
# File 'sig/types.rbs', line 2113 def version_id @version_id end |