Class: Aws::Types::GetResourceDefinitionVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceDefinitionVersionResponse
- 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.
-
#definition ⇒ Types::ResourceDefinitionVersion
Returns the value of attribute definition.
-
#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.
908 909 910 |
# File 'sig/types.rbs', line 908 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
909 910 911 |
# File 'sig/types.rbs', line 909 def @creation_timestamp end |
#definition ⇒ Types::ResourceDefinitionVersion
Returns the value of attribute definition.
910 911 912 |
# File 'sig/types.rbs', line 910 def definition @definition end |
#id ⇒ ::String
Returns the value of attribute id.
911 912 913 |
# File 'sig/types.rbs', line 911 def id @id end |
#version ⇒ ::String
Returns the value of attribute version.
912 913 914 |
# File 'sig/types.rbs', line 912 def version @version end |