Class: Aws::S3Control::Types::GetMultiRegionAccessPointResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetMultiRegionAccessPointResult
- Defined in:
- gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_point ⇒ Types::MultiRegionAccessPointReport
A container element containing the details of the requested Multi-Region Access Point.
Instance Attribute Details
#access_point ⇒ Types::MultiRegionAccessPointReport
A container element containing the details of the requested Multi-Region Access Point.
3314 3315 3316 3317 3318 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 3314 class GetMultiRegionAccessPointResult < Struct.new( :access_point) SENSITIVE = [] include Aws::Structure end |