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:



304
305
306
# File 'sig/types.rbs', line 304

def blueprints
  @blueprints
end

#missing_blueprints::Array[::String]

Returns the value of attribute missing_blueprints.

Returns:

  • (::Array[::String])


305
306
307
# File 'sig/types.rbs', line 305

def missing_blueprints
  @missing_blueprints
end