Class: Aws::Types::DBSecurityGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_security_group_arn::String

Returns the value of attribute db_security_group_arn.

Returns:

  • (::String)


1570
1571
1572
# File 'sig/types.rbs', line 1570

def db_security_group_arn
  @db_security_group_arn
end

#db_security_group_description::String

Returns the value of attribute db_security_group_description.

Returns:

  • (::String)


1566
1567
1568
# File 'sig/types.rbs', line 1566

def db_security_group_description
  @db_security_group_description
end

#db_security_group_name::String

Returns the value of attribute db_security_group_name.

Returns:

  • (::String)


1565
1566
1567
# File 'sig/types.rbs', line 1565

def db_security_group_name
  @db_security_group_name
end

#ec2_security_groups::Array[Types::EC2SecurityGroup]

Returns the value of attribute ec2_security_groups.

Returns:



1568
1569
1570
# File 'sig/types.rbs', line 1568

def ec2_security_groups
  @ec2_security_groups
end

#ip_ranges::Array[Types::IPRange]

Returns the value of attribute ip_ranges.

Returns:



1569
1570
1571
# File 'sig/types.rbs', line 1569

def ip_ranges
  @ip_ranges
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def owner_id
  @owner_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1567
1568
1569
# File 'sig/types.rbs', line 1567

def vpc_id
  @vpc_id
end