Class: Aws::Types::DDBELTConnectionOptions
- Inherits:
-
Object
- Object
- Aws::Types::DDBELTConnectionOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dynamodb_export ⇒ "ddb", "s3"
Returns the value of attribute dynamodb_export.
-
#dynamodb_s3_bucket ⇒ ::String
Returns the value of attribute dynamodb_s3_bucket.
-
#dynamodb_s3_bucket_owner ⇒ ::String
Returns the value of attribute dynamodb_s3_bucket_owner.
-
#dynamodb_s3_prefix ⇒ ::String
Returns the value of attribute dynamodb_s3_prefix.
-
#dynamodb_sts_role_arn ⇒ ::String
Returns the value of attribute dynamodb_sts_role_arn.
-
#dynamodb_table_arn ⇒ ::String
Returns the value of attribute dynamodb_table_arn.
-
#dynamodb_unnest_ddb_json ⇒ Boolean
Returns the value of attribute dynamodb_unnest_ddb_json.
Instance Attribute Details
#dynamodb_export ⇒ "ddb", "s3"
Returns the value of attribute dynamodb_export.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def dynamodb_export @dynamodb_export end |
#dynamodb_s3_bucket ⇒ ::String
Returns the value of attribute dynamodb_s3_bucket.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def dynamodb_s3_bucket @dynamodb_s3_bucket end |
#dynamodb_s3_bucket_owner ⇒ ::String
Returns the value of attribute dynamodb_s3_bucket_owner.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def dynamodb_s3_bucket_owner @dynamodb_s3_bucket_owner end |
#dynamodb_s3_prefix ⇒ ::String
Returns the value of attribute dynamodb_s3_prefix.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def dynamodb_s3_prefix @dynamodb_s3_prefix end |
#dynamodb_sts_role_arn ⇒ ::String
Returns the value of attribute dynamodb_sts_role_arn.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def dynamodb_sts_role_arn @dynamodb_sts_role_arn end |
#dynamodb_table_arn ⇒ ::String
Returns the value of attribute dynamodb_table_arn.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def dynamodb_table_arn @dynamodb_table_arn end |
#dynamodb_unnest_ddb_json ⇒ Boolean
Returns the value of attribute dynamodb_unnest_ddb_json.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def dynamodb_unnest_ddb_json @dynamodb_unnest_ddb_json end |