Class: Aws::Types::InstanceGroupDetail
- Inherits:
-
Object
- Object
- Aws::Types::InstanceGroupDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bid_price ⇒ ::String
Returns the value of attribute bid_price.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#custom_ami_id ⇒ ::String
Returns the value of attribute custom_ami_id.
-
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
-
#instance_group_id ⇒ ::String
Returns the value of attribute instance_group_id.
-
#instance_request_count ⇒ ::Integer
Returns the value of attribute instance_request_count.
-
#instance_role ⇒ "MASTER", ...
Returns the value of attribute instance_role.
-
#instance_running_count ⇒ ::Integer
Returns the value of attribute instance_running_count.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#last_state_change_reason ⇒ ::String
Returns the value of attribute last_state_change_reason.
-
#market ⇒ "ON_DEMAND", "SPOT"
Returns the value of attribute market.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#ready_date_time ⇒ ::Time
Returns the value of attribute ready_date_time.
-
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
-
#state ⇒ "PROVISIONING", ...
Returns the value of attribute state.
Instance Attribute Details
#bid_price ⇒ ::String
Returns the value of attribute bid_price.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
758 759 760 |
# File 'sig/types.rbs', line 758 def market @market end |
#name ⇒ ::String
Returns the value of attribute name.
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.
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.
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.
764 765 766 |
# File 'sig/types.rbs', line 764 def state @state end |