Class: Aws::Types::VirtualCluster

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def arn
  @arn
end

#container_providerTypes::ContainerProvider

Returns the value of attribute container_provider.



680
681
682
# File 'sig/types.rbs', line 680

def container_provider
  @container_provider
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


681
682
683
# File 'sig/types.rbs', line 681

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


676
677
678
# File 'sig/types.rbs', line 676

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


677
678
679
# File 'sig/types.rbs', line 677

def name
  @name
end

#scheduler_configurationTypes::SchedulerConfiguration

Returns the value of attribute scheduler_configuration.



685
686
687
# File 'sig/types.rbs', line 685

def scheduler_configuration
  @scheduler_configuration
end

#scheduler_statusTypes::SchedulerStatus

Returns the value of attribute scheduler_status.



686
687
688
# File 'sig/types.rbs', line 686

def scheduler_status
  @scheduler_status
end

#security_configuration_id::String

Returns the value of attribute security_configuration_id.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def security_configuration_id
  @security_configuration_id
end

#session_enabledBoolean

Returns the value of attribute session_enabled.

Returns:

  • (Boolean)


684
685
686
# File 'sig/types.rbs', line 684

def session_enabled
  @session_enabled
end

#state"RUNNING", ...

Returns the value of attribute state.

Returns:

  • ("RUNNING", "TERMINATING", "TERMINATED", "ARRESTED")


679
680
681
# File 'sig/types.rbs', line 679

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


682
683
684
# File 'sig/types.rbs', line 682

def tags
  @tags
end