Class: Aws::Types::AssociateAwsAccountWithPartnerAccountRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateAwsAccountWithPartnerAccountRequest
- 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.
-
#sidewalk ⇒ Types::SidewalkAccountInfo
Returns the value of attribute sidewalk.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
50 51 52 |
# File 'sig/types.rbs', line 50 def client_request_token @client_request_token end |
#sidewalk ⇒ Types::SidewalkAccountInfo
Returns the value of attribute sidewalk.
49 50 51 |
# File 'sig/types.rbs', line 49 def sidewalk @sidewalk end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
51 52 53 |
# File 'sig/types.rbs', line 51 def @tags end |