Class: Aws::Types::DynamodbDataSourceConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_region::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


581
582
583
# File 'sig/types.rbs', line 581

def aws_region
  @aws_region
end

#delta_sync_configTypes::DeltaSyncConfig

Returns the value of attribute delta_sync_config.



583
584
585
# File 'sig/types.rbs', line 583

def delta_sync_config
  @delta_sync_config
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


580
581
582
# File 'sig/types.rbs', line 580

def table_name
  @table_name
end

#use_caller_credentialsBoolean

Returns the value of attribute use_caller_credentials.

Returns:

  • (Boolean)


582
583
584
# File 'sig/types.rbs', line 582

def use_caller_credentials
  @use_caller_credentials
end

#versionedBoolean

Returns the value of attribute versioned.

Returns:

  • (Boolean)


584
585
586
# File 'sig/types.rbs', line 584

def versioned
  @versioned
end