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.



2876
2877
2878
# File 'sig/types.rbs', line 2876

def additional_options
  @additional_options
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


2873
2874
2875
# File 'sig/types.rbs', line 2873

def database
  @database
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2872
2873
2874
# File 'sig/types.rbs', line 2872

def name
  @name
end

#pitr_enabledBoolean

Returns the value of attribute pitr_enabled.

Returns:

  • (Boolean)


2875
2876
2877
# File 'sig/types.rbs', line 2875

def pitr_enabled
  @pitr_enabled
end

#table::String

Returns the value of attribute table.

Returns:

  • (::String)


2874
2875
2876
# File 'sig/types.rbs', line 2874

def table
  @table
end