Class: Aws::Types::RdsDataApiConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def database_name
  @database_name
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


1156
1157
1158
# File 'sig/types.rbs', line 1156

def resource_arn
  @resource_arn
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def secret_arn
  @secret_arn
end