Class: Aws::Types::CreateCoreDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCoreDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
-
#initial_version ⇒ Types::CoreDefinitionVersion
Returns the value of attribute initial_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
132 133 134 |
# File 'sig/types.rbs', line 132 def amzn_client_token @amzn_client_token end |
#initial_version ⇒ Types::CoreDefinitionVersion
Returns the value of attribute initial_version.
133 134 135 |
# File 'sig/types.rbs', line 133 def initial_version @initial_version end |
#name ⇒ ::String
Returns the value of attribute name.
134 135 136 |
# File 'sig/types.rbs', line 134 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
135 136 137 |
# File 'sig/types.rbs', line 135 def @tags end |