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.
12172 12173 12174 12175 12176 |
# File 'lib/aws-sdk-glue/types.rb', line 12172 class GetStatementResponse < Struct.new( :statement) SENSITIVE = [] include Aws::Structure end |