Class: Aws::GlobalAccelerator::Types::ListCrossAccountAttachmentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListCrossAccountAttachmentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The number of cross-account attachment objects that you want to return with this call.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
The number of cross-account attachment objects that you want to return with this call. The default value is 10.
2444 2445 2446 2447 2448 2449 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2444 class ListCrossAccountAttachmentsRequest < Struct.new( :max_results, :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.
2444 2445 2446 2447 2448 2449 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2444 class ListCrossAccountAttachmentsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |