Class: Aws::Types::S3TablesDestinationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#table_arn::String

Returns the value of attribute table_arn.

Returns:

  • (::String)


2827
2828
2829
# File 'sig/types.rbs', line 2827

def table_arn
  @table_arn
end

#table_bucket_arn::String

Returns the value of attribute table_bucket_arn.

Returns:

  • (::String)


2825
2826
2827
# File 'sig/types.rbs', line 2825

def table_bucket_arn
  @table_bucket_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


2826
2827
2828
# File 'sig/types.rbs', line 2826

def table_name
  @table_name
end

#table_namespace::String

Returns the value of attribute table_namespace.

Returns:

  • (::String)


2828
2829
2830
# File 'sig/types.rbs', line 2828

def table_namespace
  @table_namespace
end