Class: Aws::S3Control::Types::GetMultiRegionAccessPointPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetMultiRegionAccessPointPolicyRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
-
#name ⇒ String
Specifies the Multi-Region Access Point.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
3216 3217 3218 3219 3220 3221 |
# File 'lib/aws-sdk-s3control/types.rb', line 3216 class GetMultiRegionAccessPointPolicyRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Specifies the Multi-Region Access Point. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see [Rules for naming Amazon S3 Multi-Region Access Points] in the *Amazon S3 User Guide*.
3216 3217 3218 3219 3220 3221 |
# File 'lib/aws-sdk-s3control/types.rb', line 3216 class GetMultiRegionAccessPointPolicyRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |