Class: Aws::S3Control::Types::ListMultiRegionAccessPointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ListMultiRegionAccessPointsRequest
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
-
#max_results ⇒ Integer
Not currently used.
-
#next_token ⇒ String
Not currently used.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
5273 5274 5275 5276 5277 5278 5279 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5273 class ListMultiRegionAccessPointsRequest < Struct.new( :account_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Not currently used. Do not use this parameter.
5273 5274 5275 5276 5277 5278 5279 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5273 class ListMultiRegionAccessPointsRequest < Struct.new( :account_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Not currently used. Do not use this parameter.
5273 5274 5275 5276 5277 5278 5279 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5273 class ListMultiRegionAccessPointsRequest < Struct.new( :account_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |