Class: Aws::Types::CreateCoreDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCoreDefinitionResponse
- 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.
-
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
-
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
-
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
140 141 142 |
# File 'sig/types.rbs', line 140 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
141 142 143 |
# File 'sig/types.rbs', line 141 def end |
#id ⇒ ::String
Returns the value of attribute id.
142 143 144 |
# File 'sig/types.rbs', line 142 def id @id end |
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
143 144 145 |
# File 'sig/types.rbs', line 143 def end |
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
144 145 146 |
# File 'sig/types.rbs', line 144 def latest_version @latest_version end |
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
145 146 147 |
# File 'sig/types.rbs', line 145 def latest_version_arn @latest_version_arn end |
#name ⇒ ::String
Returns the value of attribute name.
146 147 148 |
# File 'sig/types.rbs', line 146 def name @name end |