Class: Aws::Types::UpdateVirtualClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVirtualClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#scheduler_configuration ⇒ Types::SchedulerConfiguration
Returns the value of attribute scheduler_configuration.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
661 662 663 |
# File 'sig/types.rbs', line 661 def client_token @client_token end |
#id ⇒ ::String
Returns the value of attribute id.
659 660 661 |
# File 'sig/types.rbs', line 659 def id @id end |
#scheduler_configuration ⇒ Types::SchedulerConfiguration
Returns the value of attribute scheduler_configuration.
660 661 662 |
# File 'sig/types.rbs', line 660 def scheduler_configuration @scheduler_configuration end |