Class: Aws::Route53GlobalResolver::Types::ListAccessSourcesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_sourcesArray<Types::AccessSourcesItem>

An array containing information about the access sources, such as the ID, CIDR etc.

Returns:



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_tokenString

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.

Returns:

  • (String)


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