Class: Aws::Types::CreateMemberRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMemberRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account ⇒ Types::AccountDetail
Returns the value of attribute account.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#account ⇒ Types::AccountDetail
Returns the value of attribute account.
409 410 411 |
# File 'sig/types.rbs', line 409 def account @account end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
410 411 412 |
# File 'sig/types.rbs', line 410 def @tags end |