Class: Aws::RDS::Types::Option
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::Option
- Includes:
- Structure
- Defined in:
- 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.
20269 20270 20271 20272 20273 20274 20275 20276 20277 20278 20279 20280 20281 |
# File 'lib/aws-sdk-rds/types.rb', line 20269 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.
20269 20270 20271 20272 20273 20274 20275 20276 20277 20278 20279 20280 20281 |
# File 'lib/aws-sdk-rds/types.rb', line 20269 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.
20269 20270 20271 20272 20273 20274 20275 20276 20277 20278 20279 20280 20281 |
# File 'lib/aws-sdk-rds/types.rb', line 20269 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.
20269 20270 20271 20272 20273 20274 20275 20276 20277 20278 20279 20280 20281 |
# File 'lib/aws-sdk-rds/types.rb', line 20269 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.
20269 20270 20271 20272 20273 20274 20275 20276 20277 20278 20279 20280 20281 |
# File 'lib/aws-sdk-rds/types.rb', line 20269 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.
20269 20270 20271 20272 20273 20274 20275 20276 20277 20278 20279 20280 20281 |
# File 'lib/aws-sdk-rds/types.rb', line 20269 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.
20269 20270 20271 20272 20273 20274 20275 20276 20277 20278 20279 20280 20281 |
# File 'lib/aws-sdk-rds/types.rb', line 20269 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.
20269 20270 20271 20272 20273 20274 20275 20276 20277 20278 20279 20280 20281 |
# File 'lib/aws-sdk-rds/types.rb', line 20269 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.
20269 20270 20271 20272 20273 20274 20275 20276 20277 20278 20279 20280 20281 |
# File 'lib/aws-sdk-rds/types.rb', line 20269 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 |