Class: Aws::RDS::Types::Option
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::Option
- Defined in:
- gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb
Overview
The details of an option.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_security_group_memberships ⇒ Array<Types::DBSecurityGroupMembership>
If the option requires access to a port, then this DB security group allows access to the port.
-
#option_description ⇒ String
The description of the option.
-
#option_name ⇒ String
The name of the option.
-
#option_settings ⇒ Array<Types::OptionSetting>
The option settings for this option.
-
#option_version ⇒ String
The version of the option.
-
#permanent ⇒ Boolean
Indicates whether this option is permanent.
-
#persistent ⇒ Boolean
Indicates whether this option is persistent.
-
#port ⇒ Integer
If required, the port configured for this option to use.
-
#vpc_security_group_memberships ⇒ Array<Types::VpcSecurityGroupMembership>
If the option requires access to a port, then this VPC security group allows access to the port.
Instance Attribute Details
#db_security_group_memberships ⇒ Array<Types::DBSecurityGroupMembership>
If the option requires access to a port, then this DB security group allows access to the port.
20304 20305 20306 20307 20308 20309 20310 20311 20312 20313 20314 20315 20316 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20304 class Option < Struct.new( :option_name, :option_description, :persistent, :permanent, :port, :option_version, :option_settings, :db_security_group_memberships, :vpc_security_group_memberships) SENSITIVE = [] include Aws::Structure end |
#option_description ⇒ String
The description of the option.
20304 20305 20306 20307 20308 20309 20310 20311 20312 20313 20314 20315 20316 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20304 class Option < Struct.new( :option_name, :option_description, :persistent, :permanent, :port, :option_version, :option_settings, :db_security_group_memberships, :vpc_security_group_memberships) SENSITIVE = [] include Aws::Structure end |
#option_name ⇒ String
The name of the option.
20304 20305 20306 20307 20308 20309 20310 20311 20312 20313 20314 20315 20316 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20304 class Option < Struct.new( :option_name, :option_description, :persistent, :permanent, :port, :option_version, :option_settings, :db_security_group_memberships, :vpc_security_group_memberships) SENSITIVE = [] include Aws::Structure end |
#option_settings ⇒ Array<Types::OptionSetting>
The option settings for this option.
20304 20305 20306 20307 20308 20309 20310 20311 20312 20313 20314 20315 20316 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20304 class Option < Struct.new( :option_name, :option_description, :persistent, :permanent, :port, :option_version, :option_settings, :db_security_group_memberships, :vpc_security_group_memberships) SENSITIVE = [] include Aws::Structure end |
#option_version ⇒ String
The version of the option.
20304 20305 20306 20307 20308 20309 20310 20311 20312 20313 20314 20315 20316 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20304 class Option < Struct.new( :option_name, :option_description, :persistent, :permanent, :port, :option_version, :option_settings, :db_security_group_memberships, :vpc_security_group_memberships) SENSITIVE = [] include Aws::Structure end |
#permanent ⇒ Boolean
Indicates whether this option is permanent.
20304 20305 20306 20307 20308 20309 20310 20311 20312 20313 20314 20315 20316 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20304 class Option < Struct.new( :option_name, :option_description, :persistent, :permanent, :port, :option_version, :option_settings, :db_security_group_memberships, :vpc_security_group_memberships) SENSITIVE = [] include Aws::Structure end |
#persistent ⇒ Boolean
Indicates whether this option is persistent.
20304 20305 20306 20307 20308 20309 20310 20311 20312 20313 20314 20315 20316 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20304 class Option < Struct.new( :option_name, :option_description, :persistent, :permanent, :port, :option_version, :option_settings, :db_security_group_memberships, :vpc_security_group_memberships) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
If required, the port configured for this option to use.
20304 20305 20306 20307 20308 20309 20310 20311 20312 20313 20314 20315 20316 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20304 class Option < Struct.new( :option_name, :option_description, :persistent, :permanent, :port, :option_version, :option_settings, :db_security_group_memberships, :vpc_security_group_memberships) SENSITIVE = [] include Aws::Structure end |
#vpc_security_group_memberships ⇒ Array<Types::VpcSecurityGroupMembership>
If the option requires access to a port, then this VPC security group allows access to the port.
20304 20305 20306 20307 20308 20309 20310 20311 20312 20313 20314 20315 20316 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 20304 class Option < Struct.new( :option_name, :option_description, :persistent, :permanent, :port, :option_version, :option_settings, :db_security_group_memberships, :vpc_security_group_memberships) SENSITIVE = [] include Aws::Structure end |