Class: Aws::S3Control::Types::DescribeMultiRegionAccessPointOperationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::DescribeMultiRegionAccessPointOperationResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#async_operation ⇒ Types::AsyncOperation
A container element containing the details of the asynchronous operation.
Instance Attribute Details
#async_operation ⇒ Types::AsyncOperation
A container element containing the details of the asynchronous operation.
1963 1964 1965 1966 1967 |
# File 'lib/aws-sdk-s3control/types.rb', line 1963 class DescribeMultiRegionAccessPointOperationResult < Struct.new( :async_operation) SENSITIVE = [] include Aws::Structure end |