Class: Aws::Glue::Types::GetBlueprintResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetBlueprintResponse
- Defined in:
- gems/aws-sdk-glue/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 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9548 class GetBlueprintResponse < Struct.new( :blueprint) SENSITIVE = [] include Aws::Structure end |