Class: Aws::Types::Option

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#db_security_group_memberships::Array[Types::DBSecurityGroupMembership]

Returns the value of attribute db_security_group_memberships.



3300
3301
3302
# File 'sig/types.rbs', line 3300

def db_security_group_memberships
  @db_security_group_memberships
end

#option_description::String

Returns the value of attribute option_description.



3294
3295
3296
# File 'sig/types.rbs', line 3294

def option_description
  @option_description
end

#option_name::String

Returns the value of attribute option_name.



3293
3294
3295
# File 'sig/types.rbs', line 3293

def option_name
  @option_name
end

#option_settings::Array[Types::OptionSetting]

Returns the value of attribute option_settings.



3299
3300
3301
# File 'sig/types.rbs', line 3299

def option_settings
  @option_settings
end

#option_version::String

Returns the value of attribute option_version.



3298
3299
3300
# File 'sig/types.rbs', line 3298

def option_version
  @option_version
end

#permanentBoolean

Returns the value of attribute permanent.



3296
3297
3298
# File 'sig/types.rbs', line 3296

def permanent
  @permanent
end

#persistentBoolean

Returns the value of attribute persistent.



3295
3296
3297
# File 'sig/types.rbs', line 3295

def persistent
  @persistent
end

#port::Integer

Returns the value of attribute port.



3297
3298
3299
# File 'sig/types.rbs', line 3297

def port
  @port
end

#vpc_security_group_memberships::Array[Types::VpcSecurityGroupMembership]

Returns the value of attribute vpc_security_group_memberships.



3301
3302
3303
# File 'sig/types.rbs', line 3301

def vpc_security_group_memberships
  @vpc_security_group_memberships
end