Class: Aws::S3Control::Types::AsyncResponseDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::AsyncResponseDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
A container for the response details that are returned when querying about an asynchronous request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_details ⇒ Types::AsyncErrorDetails
Error details for an asynchronous request.
-
#multi_region_access_point_details ⇒ Types::MultiRegionAccessPointsAsyncResponse
The details for the Multi-Region Access Point.
Instance Attribute Details
#error_details ⇒ Types::AsyncErrorDetails
Error details for an asynchronous request.
417 418 419 420 421 422 |
# File 'lib/aws-sdk-s3control/types.rb', line 417 class AsyncResponseDetails < Struct.new( :multi_region_access_point_details, :error_details) SENSITIVE = [] include Aws::Structure end |
#multi_region_access_point_details ⇒ Types::MultiRegionAccessPointsAsyncResponse
The details for the Multi-Region Access Point.
417 418 419 420 421 422 |
# File 'lib/aws-sdk-s3control/types.rb', line 417 class AsyncResponseDetails < Struct.new( :multi_region_access_point_details, :error_details) SENSITIVE = [] include Aws::Structure end |