Class: Aws::Types::PutAccountNameRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAccountNameRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#account_name ⇒ ::String
Returns the value of attribute account_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
178 179 180 |
# File 'sig/types.rbs', line 178 def account_id @account_id end |
#account_name ⇒ ::String
Returns the value of attribute account_name.
177 178 179 |
# File 'sig/types.rbs', line 177 def account_name @account_name end |