Class: Aws::Types::AthenaTableReference

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_name::String

Returns the value of attribute catalog_name.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def catalog_name
  @catalog_name
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def database_name
  @database_name
end

#output_location::String

Returns the value of attribute output_location.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def output_location
  @output_location
end

#region"us-west-1", ...

Returns the value of attribute region.

Returns:

  • ("us-west-1", "us-west-2", "us-east-1", "us-east-2", "af-south-1", "ap-east-1", "ap-south-2", "ap-southeast-1", "ap-southeast-2", "ap-southeast-3", "ap-southeast-5", "ap-southeast-4", "ap-southeast-7", "ap-south-1", "ap-northeast-3", "ap-northeast-1", "ap-northeast-2", "ca-central-1", "ca-west-1", "eu-south-1", "eu-west-3", "eu-south-2", "eu-central-2", "eu-central-1", "eu-north-1", "eu-west-1", "eu-west-2", "me-south-1", "me-central-1", "il-central-1", "sa-east-1", "mx-central-1", "ap-east-2")


299
300
301
# File 'sig/types.rbs', line 299

def region
  @region
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def table_name
  @table_name
end

#work_group::String

Returns the value of attribute work_group.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def work_group
  @work_group
end