Class: Aws::Types::InstanceGroupDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bid_price::String

Returns the value of attribute bid_price.

Returns:

  • (::String)


760
761
762
# File 'sig/types.rbs', line 760

def bid_price
  @bid_price
end

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


766
767
768
# File 'sig/types.rbs', line 766

def creation_date_time
  @creation_date_time
end

#custom_ami_id::String

Returns the value of attribute custom_ami_id.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def custom_ami_id
  @custom_ami_id
end

#end_date_time::Time

Returns the value of attribute end_date_time.

Returns:

  • (::Time)


769
770
771
# File 'sig/types.rbs', line 769

def end_date_time
  @end_date_time
end

#instance_group_id::String

Returns the value of attribute instance_group_id.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def instance_group_id
  @instance_group_id
end

#instance_request_count::Integer

Returns the value of attribute instance_request_count.

Returns:

  • (::Integer)


762
763
764
# File 'sig/types.rbs', line 762

def instance_request_count
  @instance_request_count
end

#instance_role"MASTER", ...

Returns the value of attribute instance_role.

Returns:

  • ("MASTER", "CORE", "TASK")


759
760
761
# File 'sig/types.rbs', line 759

def instance_role
  @instance_role
end

#instance_running_count::Integer

Returns the value of attribute instance_running_count.

Returns:

  • (::Integer)


763
764
765
# File 'sig/types.rbs', line 763

def instance_running_count
  @instance_running_count
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


761
762
763
# File 'sig/types.rbs', line 761

def instance_type
  @instance_type
end

#last_state_change_reason::String

Returns the value of attribute last_state_change_reason.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def last_state_change_reason
  @last_state_change_reason
end

#market"ON_DEMAND", "SPOT"

Returns the value of attribute market.

Returns:

  • ("ON_DEMAND", "SPOT")


758
759
760
# File 'sig/types.rbs', line 758

def market
  @market
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def name
  @name
end

#ready_date_time::Time

Returns the value of attribute ready_date_time.

Returns:

  • (::Time)


768
769
770
# File 'sig/types.rbs', line 768

def ready_date_time
  @ready_date_time
end

#start_date_time::Time

Returns the value of attribute start_date_time.

Returns:

  • (::Time)


767
768
769
# File 'sig/types.rbs', line 767

def start_date_time
  @start_date_time
end

#state"PROVISIONING", ...

Returns the value of attribute state.

Returns:

  • ("PROVISIONING", "BOOTSTRAPPING", "RUNNING", "RECONFIGURING", "RESIZING", "SUSPENDED", "TERMINATING", "TERMINATED", "ARRESTED", "SHUTTING_DOWN", "ENDED")


764
765
766
# File 'sig/types.rbs', line 764

def state
  @state
end