Class: Aws::S3Control::Types::GetMultiRegionAccessPointPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetMultiRegionAccessPointPolicyRequest
- Defined in:
- gems/aws-sdk-s3control/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.
2268 2269 2270 2271 2272 2273 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2268 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 Managing Multi-Region Access Points in the Amazon S3 User Guide.
2268 2269 2270 2271 2272 2273 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2268 class GetMultiRegionAccessPointPolicyRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |