Class: Aws::Types::CreateCoreDefinitionVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCoreDefinitionVersionRequest
- 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.
-
#core_definition_id ⇒ ::String
Returns the value of attribute core_definition_id.
-
#cores ⇒ ::Array[Types::Core]
Returns the value of attribute cores.
Instance Attribute Details
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
151 152 153 |
# File 'sig/types.rbs', line 151 def amzn_client_token @amzn_client_token end |
#core_definition_id ⇒ ::String
Returns the value of attribute core_definition_id.
152 153 154 |
# File 'sig/types.rbs', line 152 def core_definition_id @core_definition_id end |
#cores ⇒ ::Array[Types::Core]
Returns the value of attribute cores.
153 154 155 |
# File 'sig/types.rbs', line 153 def cores @cores end |