Class: Aws::Types::AwsEc2SecurityGroupUserIdGroupPair
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2SecurityGroupUserIdGroupPair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#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.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def group_name @group_name end |
#peering_status ⇒ ::String
Returns the value of attribute peering_status.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def peering_status @peering_status end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def user_id @user_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def vpc_id @vpc_id end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def vpc_peering_connection_id @vpc_peering_connection_id end |