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)


2851
2852
2853
# File 'sig/types.rbs', line 2851

def table_arn
  @table_arn
end

#table_bucket_arn::String

Returns the value of attribute table_bucket_arn.

Returns:

  • (::String)


2849
2850
2851
# File 'sig/types.rbs', line 2849

def table_bucket_arn
  @table_bucket_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


2850
2851
2852
# File 'sig/types.rbs', line 2850

def table_name
  @table_name
end

#table_namespace::String

Returns the value of attribute table_namespace.

Returns:

  • (::String)


2852
2853
2854
# File 'sig/types.rbs', line 2852

def table_namespace
  @table_namespace
end