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)


3189
3190
3191
# File 'sig/types.rbs', line 3189

def include_blueprint
  @include_blueprint
end

#include_parameter_specBoolean

Returns the value of attribute include_parameter_spec.

Returns:

  • (Boolean)


3190
3191
3192
# File 'sig/types.rbs', line 3190

def include_parameter_spec
  @include_parameter_spec
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3188
3189
3190
# File 'sig/types.rbs', line 3188

def name
  @name
end