Class: Aws::Types::GetInstancesHealthStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instances::Array[::String]

Returns the value of attribute instances.

Returns:

  • (::Array[::String])


187
188
189
# File 'sig/types.rbs', line 187

def instances
  @instances
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


188
189
190
# File 'sig/types.rbs', line 188

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def next_token
  @next_token
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def service_id
  @service_id
end