Class: Aws::Types::InstanceStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attached_ebs_statusTypes::EbsStatusSummary

Returns the value of attribute attached_ebs_status.



11775
11776
11777
# File 'sig/types.rbs', line 11775

def attached_ebs_status
  @attached_ebs_status
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


11766
11767
11768
# File 'sig/types.rbs', line 11766

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


11767
11768
11769
# File 'sig/types.rbs', line 11767

def availability_zone_id
  @availability_zone_id
end

#events::Array[Types::InstanceStatusEvent]

Returns the value of attribute events.

Returns:



11770
11771
11772
# File 'sig/types.rbs', line 11770

def events
  @events
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


11771
11772
11773
# File 'sig/types.rbs', line 11771

def instance_id
  @instance_id
end

#instance_stateTypes::InstanceState

Returns the value of attribute instance_state.



11772
11773
11774
# File 'sig/types.rbs', line 11772

def instance_state
  @instance_state
end

#instance_statusTypes::InstanceStatusSummary

Returns the value of attribute instance_status.



11773
11774
11775
# File 'sig/types.rbs', line 11773

def instance_status
  @instance_status
end

#operatorTypes::OperatorResponse

Returns the value of attribute operator.



11769
11770
11771
# File 'sig/types.rbs', line 11769

def operator
  @operator
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


11768
11769
11770
# File 'sig/types.rbs', line 11768

def outpost_arn
  @outpost_arn
end

#system_statusTypes::InstanceStatusSummary

Returns the value of attribute system_status.



11774
11775
11776
# File 'sig/types.rbs', line 11774

def system_status
  @system_status
end