Class: Aws::S3Control::Types::PutAccessPointScopeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PutAccessPointScopeRequest
- 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 that owns the access point with scope that you want to create or replace.
-
#name ⇒ String
The name of the access point with the scope that you want to create or replace.
-
#scope ⇒ Types::Scope
Object prefixes, API operations, or a combination of both.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID that owns the access point with scope that you want to create or replace.
6302 6303 6304 6305 6306 6307 6308 |
# File 'lib/aws-sdk-s3control/types.rb', line 6302 class PutAccessPointScopeRequest < Struct.new( :account_id, :name, :scope) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the access point with the scope that you want to create or replace.
6302 6303 6304 6305 6306 6307 6308 |
# File 'lib/aws-sdk-s3control/types.rb', line 6302 class PutAccessPointScopeRequest < Struct.new( :account_id, :name, :scope) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ Types::Scope
Object prefixes, API operations, or a combination of both.
6302 6303 6304 6305 6306 6307 6308 |
# File 'lib/aws-sdk-s3control/types.rb', line 6302 class PutAccessPointScopeRequest < Struct.new( :account_id, :name, :scope) SENSITIVE = [] include Aws::Structure end |