Class: Aws::S3Control::Types::DescribeMultiRegionAccessPointOperationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DescribeMultiRegionAccessPointOperationRequest
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Note:
When making an API call, you may pass DescribeMultiRegionAccessPointOperationRequest data as a hash:
{
account_id: "AccountId", # required
request_token_arn: "AsyncRequestTokenARN", # required
}
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.
-
#request_token_arn ⇒ String
The request token associated with the request you want to know about.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
1652 1653 1654 1655 1656 1657 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1652 class DescribeMultiRegionAccessPointOperationRequest < Struct.new( :account_id, :request_token_arn) SENSITIVE = [] include Aws::Structure end |
#request_token_arn ⇒ String
The request token associated with the request you want to know about. This request token is returned as part of the response when you make an asynchronous request. You provide this token to query about the status of the asynchronous action.
1652 1653 1654 1655 1656 1657 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 1652 class DescribeMultiRegionAccessPointOperationRequest < Struct.new( :account_id, :request_token_arn) SENSITIVE = [] include Aws::Structure end |