Class: Aws::Glue::Types::GetStatementResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statementTypes::Statement

Returns the statement.

Returns:



11729
11730
11731
11732
11733
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11729

class GetStatementResponse < Struct.new(
  :statement)
  SENSITIVE = []
  include Aws::Structure
end