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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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.



5436
5437
5438
5439
5440
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5436

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