Class: Aws::Types::HttpInstanceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


257
258
259
# File 'sig/types.rbs', line 257

def attributes
  @attributes
end

#health_status"HEALTHY", ...

Returns the value of attribute health_status.

Returns:

  • ("HEALTHY", "UNHEALTHY", "UNKNOWN")


256
257
258
# File 'sig/types.rbs', line 256

def health_status
  @health_status
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def instance_id
  @instance_id
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def namespace_name
  @namespace_name
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def service_name
  @service_name
end