Class: Aws::Types::GetCoreDefinitionVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCoreDefinitionVersionResponse
- 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::CoreDefinitionVersion
Returns the value of attribute definition.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
702 703 704 |
# File 'sig/types.rbs', line 702 def arn @arn end |
#creation_timestamp ⇒ ::String
Returns the value of attribute creation_timestamp.
703 704 705 |
# File 'sig/types.rbs', line 703 def @creation_timestamp end |
#definition ⇒ Types::CoreDefinitionVersion
Returns the value of attribute definition.
704 705 706 |
# File 'sig/types.rbs', line 704 def definition @definition end |
#id ⇒ ::String
Returns the value of attribute id.
705 706 707 |
# File 'sig/types.rbs', line 705 def id @id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
706 707 708 |
# File 'sig/types.rbs', line 706 def next_token @next_token end |
#version ⇒ ::String
Returns the value of attribute version.
707 708 709 |
# File 'sig/types.rbs', line 707 def version @version end |