Class: Aws::S3Control::Types::ListMultiRegionAccessPointsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID for the owner of the Multi-Region Access Point.

Returns:

  • (String)


4942
4943
4944
4945
4946
4947
4948
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4942

class ListMultiRegionAccessPointsRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Not currently used. Do not use this parameter.

Returns:

  • (Integer)


4942
4943
4944
4945
4946
4947
4948
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4942

class ListMultiRegionAccessPointsRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Not currently used. Do not use this parameter.

Returns:

  • (String)


4942
4943
4944
4945
4946
4947
4948
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4942

class ListMultiRegionAccessPointsRequest < Struct.new(
  :account_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end