Class: Aws::Types::CreateMemberInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateMemberInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#invitation_id ⇒ ::String
Returns the value of attribute invitation_id.
-
#member_configuration ⇒ Types::MemberConfiguration
Returns the value of attribute member_configuration.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
61 62 63 |
# File 'sig/types.rbs', line 61 def client_request_token @client_request_token end |
#invitation_id ⇒ ::String
Returns the value of attribute invitation_id.
62 63 64 |
# File 'sig/types.rbs', line 62 def invitation_id @invitation_id end |
#member_configuration ⇒ Types::MemberConfiguration
Returns the value of attribute member_configuration.
64 65 66 |
# File 'sig/types.rbs', line 64 def member_configuration @member_configuration end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
63 64 65 |
# File 'sig/types.rbs', line 63 def network_id @network_id end |