Class: Aws::Types::DestinationResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#table_bucket_arn::String

Returns the value of attribute table_bucket_arn.

Returns:

  • (::String)


743
744
745
# File 'sig/types.rbs', line 743

def table_bucket_arn
  @table_bucket_arn
end

#table_bucket_type"aws", "customer"

Returns the value of attribute table_bucket_type.

Returns:

  • ("aws", "customer")


742
743
744
# File 'sig/types.rbs', line 742

def table_bucket_type
  @table_bucket_type
end

#table_namespace::String

Returns the value of attribute table_namespace.

Returns:

  • (::String)


744
745
746
# File 'sig/types.rbs', line 744

def table_namespace
  @table_namespace
end