Class: Aws::Types::DescribeLaunchConfigurationTemplatesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#launch_configuration_template_i_ds ⇒ ::Array[::String]

Returns the value of attribute launch_configuration_template_i_ds.

Returns:

  • (::Array[::String])


362
363
364
# File 'sig/types.rbs', line 362

def launch_configuration_template_i_ds
  @launch_configuration_template_i_ds
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


363
364
365
# File 'sig/types.rbs', line 363

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def next_token
  @next_token
end