Class: Aws::Types::CreateResourceDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateResourceDefinitionResponse
- 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.
343 344 345 |
# File 'sig/types.rbs', line 343 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
344 345 346 |
# File 'sig/types.rbs', line 344 def end |
#id ⇒ ::String
Returns the value of attribute id.
345 346 347 |
# File 'sig/types.rbs', line 345 def id @id end |
#last_updated_timestamp ⇒ ::String
Returns the value of attribute last_updated_timestamp.
346 347 348 |
# File 'sig/types.rbs', line 346 def end |
#latest_version ⇒ ::String
Returns the value of attribute latest_version.
347 348 349 |
# File 'sig/types.rbs', line 347 def latest_version @latest_version end |
#latest_version_arn ⇒ ::String
Returns the value of attribute latest_version_arn.
348 349 350 |
# File 'sig/types.rbs', line 348 def latest_version_arn @latest_version_arn end |
#name ⇒ ::String
Returns the value of attribute name.
349 350 351 |
# File 'sig/types.rbs', line 349 def name @name end |