Class: Aws::Types::OptionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_security_group_memberships::Array[::String]

Returns the value of attribute db_security_group_memberships.

Returns:

  • (::Array[::String])


3308
3309
3310
# File 'sig/types.rbs', line 3308

def db_security_group_memberships
  @db_security_group_memberships
end

#option_name::String

Returns the value of attribute option_name.

Returns:

  • (::String)


3305
3306
3307
# File 'sig/types.rbs', line 3305

def option_name
  @option_name
end

#option_settings::Array[Types::OptionSetting]

Returns the value of attribute option_settings.

Returns:



3310
3311
3312
# File 'sig/types.rbs', line 3310

def option_settings
  @option_settings
end

#option_version::String

Returns the value of attribute option_version.

Returns:

  • (::String)


3307
3308
3309
# File 'sig/types.rbs', line 3307

def option_version
  @option_version
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


3306
3307
3308
# File 'sig/types.rbs', line 3306

def port
  @port
end

#vpc_security_group_memberships::Array[::String]

Returns the value of attribute vpc_security_group_memberships.

Returns:

  • (::Array[::String])


3309
3310
3311
# File 'sig/types.rbs', line 3309

def vpc_security_group_memberships
  @vpc_security_group_memberships
end