Class: Aws::GlobalAccelerator::Types::ListCrossAccountResourcesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cross_account_resourcesArray<Types::CrossAccountResource>

The cross-account resources used with an accelerator.

Returns:



2530
2531
2532
2533
2534
2535
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2530

class ListCrossAccountResourcesResponse < Struct.new(
  :cross_account_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. You receive this token from a previous call.

Returns:

  • (String)


2530
2531
2532
2533
2534
2535
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2530

class ListCrossAccountResourcesResponse < Struct.new(
  :cross_account_resources,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end