Class: Aws::Types::CreateResourceDefinitionVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateResourceDefinitionVersionResponse
- 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.
361 362 363 |
# File 'sig/types.rbs', line 361 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
362 363 364 |
# File 'sig/types.rbs', line 362 def @creation_timestamp end |
#id ⇒ ::String
Returns the value of attribute id.
363 364 365 |
# File 'sig/types.rbs', line 363 def id @id end |
#version ⇒ ::String
Returns the value of attribute version.
364 365 366 |
# File 'sig/types.rbs', line 364 def version @version end |