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

#application_statusTypes::ApplicationStatusSummary

Returns the value of attribute application_status.



12270
12271
12272
# File 'sig/types.rbs', line 12270

def application_status
  @application_status
end

#attached_ebs_statusTypes::EbsStatusSummary

Returns the value of attribute attached_ebs_status.



12269
12270
12271
# File 'sig/types.rbs', line 12269

def attached_ebs_status
  @attached_ebs_status
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


12260
12261
12262
# File 'sig/types.rbs', line 12260

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


12261
12262
12263
# File 'sig/types.rbs', line 12261

def availability_zone_id
  @availability_zone_id
end

#events::Array[Types::InstanceStatusEvent]

Returns the value of attribute events.

Returns:



12264
12265
12266
# File 'sig/types.rbs', line 12264

def events
  @events
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


12265
12266
12267
# File 'sig/types.rbs', line 12265

def instance_id
  @instance_id
end

#instance_stateTypes::InstanceState

Returns the value of attribute instance_state.



12266
12267
12268
# File 'sig/types.rbs', line 12266

def instance_state
  @instance_state
end

#instance_statusTypes::InstanceStatusSummary

Returns the value of attribute instance_status.



12267
12268
12269
# File 'sig/types.rbs', line 12267

def instance_status
  @instance_status
end

#operatorTypes::OperatorResponse

Returns the value of attribute operator.



12263
12264
12265
# File 'sig/types.rbs', line 12263

def operator
  @operator
end

#outpost_arn::String

Returns the value of attribute outpost_arn.

Returns:

  • (::String)


12262
12263
12264
# File 'sig/types.rbs', line 12262

def outpost_arn
  @outpost_arn
end

#system_statusTypes::InstanceStatusSummary

Returns the value of attribute system_status.



12268
12269
12270
# File 'sig/types.rbs', line 12268

def system_status
  @system_status
end