Class: Aws::Types::DynamodbDataSourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::DynamodbDataSourceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#delta_sync_config ⇒ Types::DeltaSyncConfig
Returns the value of attribute delta_sync_config.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#use_caller_credentials ⇒ Boolean
Returns the value of attribute use_caller_credentials.
-
#versioned ⇒ Boolean
Returns the value of attribute versioned.
Instance Attribute Details
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
581 582 583 |
# File 'sig/types.rbs', line 581 def aws_region @aws_region end |
#delta_sync_config ⇒ Types::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.
580 581 582 |
# File 'sig/types.rbs', line 580 def table_name @table_name end |
#use_caller_credentials ⇒ Boolean
Returns the value of attribute use_caller_credentials.
582 583 584 |
# File 'sig/types.rbs', line 582 def use_caller_credentials @use_caller_credentials end |
#versioned ⇒ Boolean
Returns the value of attribute versioned.
584 585 586 |
# File 'sig/types.rbs', line 584 def versioned @versioned end |