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")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1931
1932
1933
# File 'sig/types.rbs', line 1931

def dynamodb_table_arn
  @dynamodb_table_arn
end

#dynamodb_unnest_ddb_jsonBoolean

Returns the value of attribute dynamodb_unnest_ddb_json.

Returns:

  • (Boolean)


1930
1931
1932
# File 'sig/types.rbs', line 1930

def dynamodb_unnest_ddb_json
  @dynamodb_unnest_ddb_json
end