Class: Aws::Types::DynamoDBCatalogSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_optionsTypes::DDBELTCatalogAdditionalOptions

Returns the value of attribute additional_options.



2866
2867
2868
# File 'sig/types.rbs', line 2866

def additional_options
  @additional_options
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


2863
2864
2865
# File 'sig/types.rbs', line 2863

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2862
2863
2864
# File 'sig/types.rbs', line 2862

def name
  @name
end

#pitr_enabledBoolean

Returns the value of attribute pitr_enabled.

Returns:

  • (Boolean)


2865
2866
2867
# File 'sig/types.rbs', line 2865

def pitr_enabled
  @pitr_enabled
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


2864
2865
2866
# File 'sig/types.rbs', line 2864

def table
  @table
end