Class: Aws::Types::ReferencedSecurityGroup
- Inherits:
-
Object
- Object
- Aws::Types::ReferencedSecurityGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#peering_status ⇒ ::String
Returns the value of attribute peering_status.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
16170 16171 16172 |
# File 'sig/types.rbs', line 16170 def group_id @group_id end |
#peering_status ⇒ ::String
Returns the value of attribute peering_status.
16171 16172 16173 |
# File 'sig/types.rbs', line 16171 def peering_status @peering_status end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
16172 16173 16174 |
# File 'sig/types.rbs', line 16172 def user_id @user_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
16173 16174 16175 |
# File 'sig/types.rbs', line 16173 def vpc_id @vpc_id end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
16174 16175 16176 |
# File 'sig/types.rbs', line 16174 def vpc_peering_connection_id @vpc_peering_connection_id end |