Class: Aws::Athena::Types::PreparedStatementSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#last_modified_timeTime

The last modified time of the prepared statement.

Returns:

  • (Time)


2997
2998
2999
3000
3001
3002
# File 'lib/aws-sdk-athena/types.rb', line 2997

class PreparedStatementSummary < Struct.new(
  :statement_name,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#statement_nameString

The name of the prepared statement.

Returns:

  • (String)


2997
2998
2999
3000
3001
3002
# File 'lib/aws-sdk-athena/types.rb', line 2997

class PreparedStatementSummary < Struct.new(
  :statement_name,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end