Class: Aws::Types::GlueTableReference

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1616
1617
1618
# File 'sig/types.rbs', line 1616

def database_name
  @database_name
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")


1614
1615
1616
# File 'sig/types.rbs', line 1614

def region
  @region
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1615
1616
1617
# File 'sig/types.rbs', line 1615

def table_name
  @table_name
end