Class: Aws::Types::GetBlueprintRequest

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)


3205
3206
3207
# File 'sig/types.rbs', line 3205

def include_blueprint
  @include_blueprint
end

#include_parameter_specBoolean

Returns the value of attribute include_parameter_spec.

Returns:

  • (Boolean)


3206
3207
3208
# File 'sig/types.rbs', line 3206

def include_parameter_spec
  @include_parameter_spec
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3204
3205
3206
# File 'sig/types.rbs', line 3204

def name
  @name
end