Class: Aws::RDS::Types::DBSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DBSecurityGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Contains the details for an Amazon RDS DB security group.
This data type is used as a response element in the ‘DescribeDBSecurityGroups` action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_security_group_arn ⇒ String
The Amazon Resource Name (ARN) for the DB security group.
-
#db_security_group_description ⇒ String
Provides the description of the DB security group.
-
#db_security_group_name ⇒ String
Specifies the name of the DB security group.
-
#ec2_security_groups ⇒ Array<Types::EC2SecurityGroup>
Contains a list of ‘EC2SecurityGroup` elements.
-
#ip_ranges ⇒ Array<Types::IPRange>
Contains a list of ‘IPRange` elements.
-
#owner_id ⇒ String
Provides the Amazon Web Services ID of the owner of a specific DB security group.
-
#vpc_id ⇒ String
Provides the VpcId of the DB security group.
Instance Attribute Details
#db_security_group_arn ⇒ String
The Amazon Resource Name (ARN) for the DB security group.
10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'lib/aws-sdk-rds/types.rb', line 10580 class DBSecurityGroup < Struct.new( :owner_id, :db_security_group_name, :db_security_group_description, :vpc_id, :ec2_security_groups, :ip_ranges, :db_security_group_arn) SENSITIVE = [] include Aws::Structure end |
#db_security_group_description ⇒ String
Provides the description of the DB security group.
10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'lib/aws-sdk-rds/types.rb', line 10580 class DBSecurityGroup < Struct.new( :owner_id, :db_security_group_name, :db_security_group_description, :vpc_id, :ec2_security_groups, :ip_ranges, :db_security_group_arn) SENSITIVE = [] include Aws::Structure end |
#db_security_group_name ⇒ String
Specifies the name of the DB security group.
10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'lib/aws-sdk-rds/types.rb', line 10580 class DBSecurityGroup < Struct.new( :owner_id, :db_security_group_name, :db_security_group_description, :vpc_id, :ec2_security_groups, :ip_ranges, :db_security_group_arn) SENSITIVE = [] include Aws::Structure end |
#ec2_security_groups ⇒ Array<Types::EC2SecurityGroup>
Contains a list of ‘EC2SecurityGroup` elements.
10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'lib/aws-sdk-rds/types.rb', line 10580 class DBSecurityGroup < Struct.new( :owner_id, :db_security_group_name, :db_security_group_description, :vpc_id, :ec2_security_groups, :ip_ranges, :db_security_group_arn) SENSITIVE = [] include Aws::Structure end |
#ip_ranges ⇒ Array<Types::IPRange>
Contains a list of ‘IPRange` elements.
10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'lib/aws-sdk-rds/types.rb', line 10580 class DBSecurityGroup < Struct.new( :owner_id, :db_security_group_name, :db_security_group_description, :vpc_id, :ec2_security_groups, :ip_ranges, :db_security_group_arn) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
Provides the Amazon Web Services ID of the owner of a specific DB security group.
10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'lib/aws-sdk-rds/types.rb', line 10580 class DBSecurityGroup < Struct.new( :owner_id, :db_security_group_name, :db_security_group_description, :vpc_id, :ec2_security_groups, :ip_ranges, :db_security_group_arn) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
Provides the VpcId of the DB security group.
10580 10581 10582 10583 10584 10585 10586 10587 10588 10589 10590 |
# File 'lib/aws-sdk-rds/types.rb', line 10580 class DBSecurityGroup < Struct.new( :owner_id, :db_security_group_name, :db_security_group_description, :vpc_id, :ec2_security_groups, :ip_ranges, :db_security_group_arn) SENSITIVE = [] include Aws::Structure end |