Class: Aws::Glue::Types::GetStatementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetStatementResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#statement ⇒ Types::Statement
Returns the statement.
Instance Attribute Details
#statement ⇒ Types::Statement
Returns the statement.
12013 12014 12015 12016 12017 |
# File 'lib/aws-sdk-glue/types.rb', line 12013 class GetStatementResponse < Struct.new( :statement) SENSITIVE = [] include Aws::Structure end |