Class: Aws::Types::DDBELTConnectionOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dynamodb_export"ddb", "s3"

Returns the value of attribute dynamodb_export.

Returns:

  • ("ddb", "s3")


1933
1934
1935
# File 'sig/types.rbs', line 1933

def dynamodb_export
  @dynamodb_export
end

#dynamodb_s3_bucket::String

Returns the value of attribute dynamodb_s3_bucket.

Returns:

  • (::String)


1936
1937
1938
# File 'sig/types.rbs', line 1936

def dynamodb_s3_bucket
  @dynamodb_s3_bucket
end

#dynamodb_s3_bucket_owner::String

Returns the value of attribute dynamodb_s3_bucket_owner.

Returns:

  • (::String)


1938
1939
1940
# File 'sig/types.rbs', line 1938

def dynamodb_s3_bucket_owner
  @dynamodb_s3_bucket_owner
end

#dynamodb_s3_prefix::String

Returns the value of attribute dynamodb_s3_prefix.

Returns:

  • (::String)


1937
1938
1939
# File 'sig/types.rbs', line 1937

def dynamodb_s3_prefix
  @dynamodb_s3_prefix
end

#dynamodb_sts_role_arn::String

Returns the value of attribute dynamodb_sts_role_arn.

Returns:

  • (::String)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def dynamodb_sts_role_arn
  @dynamodb_sts_role_arn
end

#dynamodb_table_arn::String

Returns the value of attribute dynamodb_table_arn.

Returns:

  • (::String)


1935
1936
1937
# File 'sig/types.rbs', line 1935

def dynamodb_table_arn
  @dynamodb_table_arn
end

#dynamodb_unnest_ddb_jsonBoolean

Returns the value of attribute dynamodb_unnest_ddb_json.

Returns:

  • (Boolean)


1934
1935
1936
# File 'sig/types.rbs', line 1934

def dynamodb_unnest_ddb_json
  @dynamodb_unnest_ddb_json
end