Class: Aws::Types::DescribeAccountModificationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountModificationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_modifications ⇒ ::Array[Types::AccountModification]
Returns the value of attribute account_modifications.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#account_modifications ⇒ ::Array[Types::AccountModification]
Returns the value of attribute account_modifications.
518 519 520 |
# File 'sig/types.rbs', line 518 def account_modifications @account_modifications end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
519 520 521 |
# File 'sig/types.rbs', line 519 def next_token @next_token end |