Class: Aws::Types::BatchGetBlueprintsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#include_blueprintBoolean

Returns the value of attribute include_blueprint.

Returns:

  • (Boolean)


294
295
296
# File 'sig/types.rbs', line 294

def include_blueprint
  @include_blueprint
end

#include_parameter_specBoolean

Returns the value of attribute include_parameter_spec.

Returns:

  • (Boolean)


295
296
297
# File 'sig/types.rbs', line 295

def include_parameter_spec
  @include_parameter_spec
end

#names::Array[::String]

Returns the value of attribute names.

Returns:

  • (::Array[::String])


293
294
295
# File 'sig/types.rbs', line 293

def names
  @names
end