Class: Aws::GlobalAccelerator::Types::ListAcceleratorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListAcceleratorsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerators ⇒ Array<Types::Accelerator>
The list of accelerators for a customer account.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#accelerators ⇒ Array<Types::Accelerator>
The list of accelerators for a customer account.
2389 2390 2391 2392 2393 2394 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2389 class ListAcceleratorsResponse < Struct.new( :accelerators, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
2389 2390 2391 2392 2393 2394 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2389 class ListAcceleratorsResponse < Struct.new( :accelerators, :next_token) SENSITIVE = [] include Aws::Structure end |