Class: Aws::Snowball::Types::DescribeAddressesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::DescribeAddressesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The number of ‘ADDRESS` objects to return.
-
#next_token ⇒ String
HTTP requests are stateless.
Instance Attribute Details
#max_results ⇒ Integer
The number of ‘ADDRESS` objects to return.
957 958 959 960 961 962 |
# File 'lib/aws-sdk-snowball/types.rb', line 957 class DescribeAddressesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
HTTP requests are stateless. To identify what object comes “next” in the list of ‘ADDRESS` objects, you have the option of specifying a value for `NextToken` as the starting point for your list of returned addresses.
957 958 959 960 961 962 |
# File 'lib/aws-sdk-snowball/types.rb', line 957 class DescribeAddressesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |