Class: Aws::Types::DescribeAccountPreferencesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountPreferencesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_id_preference ⇒ Types::ResourceIdPreference
Returns the value of attribute resource_id_preference.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
183 184 185 |
# File 'sig/types.rbs', line 183 def next_token @next_token end |
#resource_id_preference ⇒ Types::ResourceIdPreference
Returns the value of attribute resource_id_preference.
182 183 184 |
# File 'sig/types.rbs', line 182 def resource_id_preference @resource_id_preference end |