Class: Aws::S3Control::Types::DescribeMultiRegionAccessPointOperationResult

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

#async_operationTypes::AsyncOperation

A container element containing the details of the asynchronous operation.



2074
2075
2076
2077
2078
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2074

class DescribeMultiRegionAccessPointOperationResult < Struct.new(
  :async_operation)
  SENSITIVE = []
  include Aws::Structure
end