Class: Aws::Types::AwsRdsDbSecurityGroupEc2SecurityGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_security_group_id::String

Returns the value of attribute ec2_security_group_id.

Returns:

  • (::String)


3630
3631
3632
# File 'sig/types.rbs', line 3630

def ec2_security_group_id
  @ec2_security_group_id
end

#ec2_security_group_name::String

Returns the value of attribute ec2_security_group_name.

Returns:

  • (::String)


3631
3632
3633
# File 'sig/types.rbs', line 3631

def ec2_security_group_name
  @ec2_security_group_name
end

#ec2_security_group_owner_id::String

Returns the value of attribute ec2_security_group_owner_id.

Returns:

  • (::String)


3632
3633
3634
# File 'sig/types.rbs', line 3632

def ec2_security_group_owner_id
  @ec2_security_group_owner_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


3633
3634
3635
# File 'sig/types.rbs', line 3633

def status
  @status
end