Class: Aws::Types::AwsRdsDbSecurityGroupDetails

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)


3619
3620
3621
# File 'sig/types.rbs', line 3619

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)


3620
3621
3622
# File 'sig/types.rbs', line 3620

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)


3621
3622
3623
# File 'sig/types.rbs', line 3621

def db_security_group_name
  @db_security_group_name
end

#ec2_security_groups::Array[Types::AwsRdsDbSecurityGroupEc2SecurityGroup]

Returns the value of attribute ec2_security_groups.



3622
3623
3624
# File 'sig/types.rbs', line 3622

def ec2_security_groups
  @ec2_security_groups
end

#ip_ranges::Array[Types::AwsRdsDbSecurityGroupIpRange]

Returns the value of attribute ip_ranges.



3623
3624
3625
# File 'sig/types.rbs', line 3623

def ip_ranges
  @ip_ranges
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


3624
3625
3626
# File 'sig/types.rbs', line 3624

def owner_id
  @owner_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3625
3626
3627
# File 'sig/types.rbs', line 3625

def vpc_id
  @vpc_id
end