Class: Aws::S3Control::Types::MultiRegionAccessPointRegionalResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::MultiRegionAccessPointRegionalResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Status information for a single Multi-Region Access Point Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the Region in the Multi-Region Access Point.
-
#request_status ⇒ String
The current status of the Multi-Region Access Point in this Region.
Instance Attribute Details
#name ⇒ String
The name of the Region in the Multi-Region Access Point.
5476 5477 5478 5479 5480 5481 |
# File 'lib/aws-sdk-s3control/types.rb', line 5476 class MultiRegionAccessPointRegionalResponse < Struct.new( :name, :request_status) SENSITIVE = [] include Aws::Structure end |
#request_status ⇒ String
The current status of the Multi-Region Access Point in this Region.
5476 5477 5478 5479 5480 5481 |
# File 'lib/aws-sdk-s3control/types.rb', line 5476 class MultiRegionAccessPointRegionalResponse < Struct.new( :name, :request_status) SENSITIVE = [] include Aws::Structure end |