Class: Aws::S3Control::Types::GetAccessPointScopeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetAccessPointScopeRequest
- 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 that owns the access point with the scope that you want to retrieve.
-
#name ⇒ String
The name of the access point with the scope you want to retrieve.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID that owns the access point with the scope that you want to retrieve.
2918 2919 2920 2921 2922 2923 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2918 class GetAccessPointScopeRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the access point with the scope you want to retrieve.
2918 2919 2920 2921 2922 2923 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2918 class GetAccessPointScopeRequest < Struct.new( :account_id, :name) SENSITIVE = [] include Aws::Structure end |