Class: Aws::Types::RdsHttpEndpointConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_region::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def aws_region
  @aws_region
end

#aws_secret_store_arn::String

Returns the value of attribute aws_secret_store_arn.

Returns:

  • (::String)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def aws_secret_store_arn
  @aws_secret_store_arn
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1165
1166
1167
# File 'sig/types.rbs', line 1165

def database_name
  @database_name
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


1164
1165
1166
# File 'sig/types.rbs', line 1164

def db_cluster_identifier
  @db_cluster_identifier
end

#schema::String

Returns the value of attribute schema.

Returns:

  • (::String)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def schema
  @schema
end