Class: Aws::Athena::Types::GetPreparedStatementInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statement_nameString

The name of the prepared statement to retrieve.

Returns:

  • (String)


1639
1640
1641
1642
1643
1644
# File 'lib/aws-sdk-athena/types.rb', line 1639

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

#work_groupString

The workgroup to which the statement to be retrieved belongs.

Returns:

  • (String)


1639
1640
1641
1642
1643
1644
# File 'lib/aws-sdk-athena/types.rb', line 1639

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