Class: Aws::GlobalAccelerator::Types::ListCrossAccountAttachmentsResponse

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_attachmentsArray<Types::Attachment>

Information about the cross-account attachments.

Returns:



2462
2463
2464
2465
2466
2467
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2462

class ListCrossAccountAttachmentsResponse < Struct.new(
  :cross_account_attachments,
  :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)


2462
2463
2464
2465
2466
2467
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2462

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