Class: Aws::Types::UserIdGroupPair
- Inherits:
-
Object
- Object
- Aws::Types::UserIdGroupPair
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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
#description ⇒ ::String
Returns the value of attribute description.
18844 18845 18846 |
# File 'sig/types.rbs', line 18844 def description @description end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
18847 18848 18849 |
# File 'sig/types.rbs', line 18847 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
18846 18847 18848 |
# File 'sig/types.rbs', line 18846 def group_name @group_name end |
#peering_status ⇒ ::String
Returns the value of attribute peering_status.
18850 18851 18852 |
# File 'sig/types.rbs', line 18850 def peering_status @peering_status end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
18845 18846 18847 |
# File 'sig/types.rbs', line 18845 def user_id @user_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
18848 18849 18850 |
# File 'sig/types.rbs', line 18848 def vpc_id @vpc_id end |
#vpc_peering_connection_id ⇒ ::String
Returns the value of attribute vpc_peering_connection_id.
18849 18850 18851 |
# File 'sig/types.rbs', line 18849 def vpc_peering_connection_id @vpc_peering_connection_id end |