Class: Aws::GlobalAccelerator::Types::ListCrossAccountResourcesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_arnString

The Amazon Resource Name (ARN) of an accelerator in a cross-account attachment.

Returns:

  • (String)


2510
2511
2512
2513
2514
2515
2516
2517
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2510

class ListCrossAccountResourcesRequest < Struct.new(
  :accelerator_arn,
  :resource_owner_aws_account_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The number of cross-account resource objects that you want to return with this call. The default value is 10.

Returns:

  • (Integer)


2510
2511
2512
2513
2514
2515
2516
2517
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2510

class ListCrossAccountResourcesRequest < Struct.new(
  :accelerator_arn,
  :resource_owner_aws_account_id,
  :max_results,
  :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)


2510
2511
2512
2513
2514
2515
2516
2517
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2510

class ListCrossAccountResourcesRequest < Struct.new(
  :accelerator_arn,
  :resource_owner_aws_account_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_owner_aws_account_idString

The account ID of a resource owner in a cross-account attachment.

Returns:

  • (String)


2510
2511
2512
2513
2514
2515
2516
2517
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2510

class ListCrossAccountResourcesRequest < Struct.new(
  :accelerator_arn,
  :resource_owner_aws_account_id,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end