Class: Aws::Types::GetMemberInput
- Inherits:
-
Object
- Object
- Aws::Types::GetMemberInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#member_id ⇒ ::String
Returns the value of attribute member_id.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
Instance Attribute Details
#member_id ⇒ ::String
Returns the value of attribute member_id.
160 161 162 |
# File 'sig/types.rbs', line 160 def member_id @member_id end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
159 160 161 |
# File 'sig/types.rbs', line 159 def network_id @network_id end |