Class: Aws::S3Control::Types::MultiRegionAccessPointsAsyncResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

The Multi-Region Access Point details that are returned when querying about an asynchronous request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#regionsArray<Types::MultiRegionAccessPointRegionalResponse>

A collection of status information for the different Regions that a Multi-Region Access Point supports.



5614
5615
5616
5617
5618
# File 'lib/aws-sdk-s3control/types.rb', line 5614

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