Class: Aws::Types::GetPartnerAccountRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetPartnerAccountRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#partner_account_id ⇒ ::String
Returns the value of attribute partner_account_id.
-
#partner_type ⇒ "Sidewalk"
Returns the value of attribute partner_type.
Instance Attribute Details
#partner_account_id ⇒ ::String
Returns the value of attribute partner_account_id.
763 764 765 |
# File 'sig/types.rbs', line 763 def partner_account_id @partner_account_id end |
#partner_type ⇒ "Sidewalk"
Returns the value of attribute partner_type.
764 765 766 |
# File 'sig/types.rbs', line 764 def partner_type @partner_type end |