Class: Aws::Athena::Types::PreparedStatementSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::PreparedStatementSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
The name and last modified time of the prepared statement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_modified_time ⇒ Time
The last modified time of the prepared statement.
-
#statement_name ⇒ String
The name of the prepared statement.
Instance Attribute Details
#last_modified_time ⇒ Time
The last modified time of the prepared statement.
2999 3000 3001 3002 3003 3004 |
# File 'lib/aws-sdk-athena/types.rb', line 2999 class PreparedStatementSummary < Struct.new( :statement_name, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#statement_name ⇒ String
The name of the prepared statement.
2999 3000 3001 3002 3003 3004 |
# File 'lib/aws-sdk-athena/types.rb', line 2999 class PreparedStatementSummary < Struct.new( :statement_name, :last_modified_time) SENSITIVE = [] include Aws::Structure end |