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)


3195
3196
3197
# File 'sig/types.rbs', line 3195

def include_blueprint
  @include_blueprint
end

#include_parameter_specBoolean

Returns the value of attribute include_parameter_spec.

Returns:

  • (Boolean)


3196
3197
3198
# File 'sig/types.rbs', line 3196

def include_parameter_spec
  @include_parameter_spec
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3194
3195
3196
# File 'sig/types.rbs', line 3194

def name
  @name
end