Class: Aws::Types::UpdateVirtualClusterRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def client_token
  @client_token
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def id
  @id
end

#scheduler_configurationTypes::SchedulerConfiguration

Returns the value of attribute scheduler_configuration.



660
661
662
# File 'sig/types.rbs', line 660

def scheduler_configuration
  @scheduler_configuration
end