Class: Aws::Types::BatchGetBlueprintsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blueprints::Array[Types::Blueprint]

Returns the value of attribute blueprints.

Returns:



300
301
302
# File 'sig/types.rbs', line 300

def blueprints
  @blueprints
end

#missing_blueprints::Array[::String]

Returns the value of attribute missing_blueprints.

Returns:

  • (::Array[::String])


301
302
303
# File 'sig/types.rbs', line 301

def missing_blueprints
  @missing_blueprints
end