Class: Aws::Types::SingleInstanceHealth

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_metricsTypes::ApplicationMetrics

Returns the value of attribute application_metrics.



927
928
929
# File 'sig/types.rbs', line 927

def application_metrics
  @application_metrics
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def availability_zone
  @availability_zone
end

#causes::Array[::String]

Returns the value of attribute causes.

Returns:

  • (::Array[::String])


925
926
927
# File 'sig/types.rbs', line 925

def causes
  @causes
end

#color::String

Returns the value of attribute color.

Returns:

  • (::String)


924
925
926
# File 'sig/types.rbs', line 924

def color
  @color
end

#deploymentTypes::Deployment

Returns the value of attribute deployment.

Returns:



929
930
931
# File 'sig/types.rbs', line 929

def deployment
  @deployment
end

#health_status::String

Returns the value of attribute health_status.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def health_status
  @health_status
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


922
923
924
# File 'sig/types.rbs', line 922

def instance_id
  @instance_id
end

#instance_type::String

Returns the value of attribute instance_type.

Returns:

  • (::String)


931
932
933
# File 'sig/types.rbs', line 931

def instance_type
  @instance_type
end

#launched_at::Time

Returns the value of attribute launched_at.

Returns:

  • (::Time)


926
927
928
# File 'sig/types.rbs', line 926

def launched_at
  @launched_at
end

#systemTypes::SystemStatus

Returns the value of attribute system.

Returns:



928
929
930
# File 'sig/types.rbs', line 928

def system
  @system
end