Class: Aws::Types::CreateWorkspaceInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkspaceInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#billing_configuration ⇒ Types::BillingConfiguration
Returns the value of attribute billing_configuration.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#managed_instance ⇒ Types::ManagedInstanceRequest
Returns the value of attribute managed_instance.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#billing_configuration ⇒ Types::BillingConfiguration
Returns the value of attribute billing_configuration.
96 97 98 |
# File 'sig/types.rbs', line 96 def billing_configuration @billing_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
93 94 95 |
# File 'sig/types.rbs', line 93 def client_token @client_token end |
#managed_instance ⇒ Types::ManagedInstanceRequest
Returns the value of attribute managed_instance.
95 96 97 |
# File 'sig/types.rbs', line 95 def managed_instance @managed_instance end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
94 95 96 |
# File 'sig/types.rbs', line 94 def @tags end |