Class: Aws::Glue::Types::GetBlueprintResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetBlueprintResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint ⇒ Types::Blueprint
Returns a ‘Blueprint` object.
Instance Attribute Details
#blueprint ⇒ Types::Blueprint
Returns a ‘Blueprint` object.
9548 9549 9550 9551 9552 |
# File 'lib/aws-sdk-glue/types.rb', line 9548 class GetBlueprintResponse < Struct.new( :blueprint) SENSITIVE = [] include Aws::Structure end |