Class: Aws::Types::CreateResourceDefinitionVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateResourceDefinitionVersionRequest
- 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.
-
#resource_definition_id ⇒ ::String
Returns the value of attribute resource_definition_id.
-
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
Instance Attribute Details
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
354 355 356 |
# File 'sig/types.rbs', line 354 def amzn_client_token @amzn_client_token end |
#resource_definition_id ⇒ ::String
Returns the value of attribute resource_definition_id.
355 356 357 |
# File 'sig/types.rbs', line 355 def resource_definition_id @resource_definition_id end |
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
356 357 358 |
# File 'sig/types.rbs', line 356 def resources @resources end |