Class: Aws::Types::DescribeWarmPoolAnswer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instances::Array[Types::Instance]

Returns the value of attribute instances.

Returns:



574
575
576
# File 'sig/types.rbs', line 574

def instances
  @instances
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def next_token
  @next_token
end

#warm_pool_configurationTypes::WarmPoolConfiguration

Returns the value of attribute warm_pool_configuration.



573
574
575
# File 'sig/types.rbs', line 573

def warm_pool_configuration
  @warm_pool_configuration
end