Class: Aws::RDS::Types::DBSecurityGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::DBSecurityGroup
- Defined in:
- gems/aws-sdk-rds/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.
10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10643 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.
10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10643 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.
10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10643 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.
10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10643 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.
10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10643 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.
10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10643 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.
10643 10644 10645 10646 10647 10648 10649 10650 10651 10652 10653 |
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10643 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 |