Class: Aws::Types::DescribeMovingAddressesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMovingAddressesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#moving_address_statuses ⇒ ::Array[Types::MovingAddressStatus]
Returns the value of attribute moving_address_statuses.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#moving_address_statuses ⇒ ::Array[Types::MovingAddressStatus]
Returns the value of attribute moving_address_statuses.
6574 6575 6576 |
# File 'sig/types.rbs', line 6574 def moving_address_statuses @moving_address_statuses end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6575 6576 6577 |
# File 'sig/types.rbs', line 6575 def next_token @next_token end |