Class: Aws::Types::CreateCoreDefinitionVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCoreDefinitionVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
158 159 160 |
# File 'sig/types.rbs', line 158 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
159 160 161 |
# File 'sig/types.rbs', line 159 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
160 161 162 |
# File 'sig/types.rbs', line 160 def id @id end |
#version ⇒ ::String
Returns the value of attribute version.
161 162 163 |
# File 'sig/types.rbs', line 161 def version @version end |