Class: Aws::Route53GlobalResolver::Types::ListAccessSourcesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::ListAccessSourcesOutput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_sources ⇒ Array<Types::AccessSourcesItem>
An array containing information about the access sources, such as the ID, CIDR etc.
-
#next_token ⇒ String
A pagination token used for large sets of results that can't be returned in a single response.
Instance Attribute Details
#access_sources ⇒ Array<Types::AccessSourcesItem>
An array containing information about the access sources, such as the ID, CIDR etc.
3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3352 class ListAccessSourcesOutput < Struct.new( :next_token, :access_sources) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token used for large sets of results that can't be returned in a single response. Provide this token in the next call to get the results not returned in this call.
3352 3353 3354 3355 3356 3357 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3352 class ListAccessSourcesOutput < Struct.new( :next_token, :access_sources) SENSITIVE = [] include Aws::Structure end |