Class: Aws::Types::RdsConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#credentials_secret_arn::String

Returns the value of attribute credentials_secret_arn.

Returns:

  • (::String)


2376
2377
2378
# File 'sig/types.rbs', line 2376

def credentials_secret_arn
  @credentials_secret_arn
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


2377
2378
2379
# File 'sig/types.rbs', line 2377

def database_name
  @database_name
end

#field_mappingTypes::RdsFieldMapping

Returns the value of attribute field_mapping.



2379
2380
2381
# File 'sig/types.rbs', line 2379

def field_mapping
  @field_mapping
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


2375
2376
2377
# File 'sig/types.rbs', line 2375

def resource_arn
  @resource_arn
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


2378
2379
2380
# File 'sig/types.rbs', line 2378

def table_name
  @table_name
end