Class: Aws::RDS::Types::DBSecurityGroup

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#db_security_group_arnString

The Amazon Resource Name (ARN) for the DB security group.

Returns:

  • (String)


10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10191

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_descriptionString

Provides the description of the DB security group.

Returns:

  • (String)


10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10191

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_nameString

Specifies the name of the DB security group.

Returns:

  • (String)


10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10191

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_groupsArray<Types::EC2SecurityGroup>

Contains a list of EC2SecurityGroup elements.

Returns:



10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10191

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_rangesArray<Types::IPRange>

Contains a list of IPRange elements.

Returns:



10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10191

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_idString

Provides the Amazon Web Services ID of the owner of a specific DB security group.

Returns:

  • (String)


10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10191

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_idString

Provides the VpcId of the DB security group.

Returns:

  • (String)


10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 10191

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