Class: Aws::S3Control::Types::PutAccessPointScopeRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3control/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID that owns the access point with scope that you want to create or replace.

Returns:

  • (String)


6368
6369
6370
6371
6372
6373
6374
# File 'lib/aws-sdk-s3control/types.rb', line 6368

class PutAccessPointScopeRequest < Struct.new(
  :account_id,
  :name,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the access point with the scope that you want to create or replace.

Returns:

  • (String)


6368
6369
6370
6371
6372
6373
6374
# File 'lib/aws-sdk-s3control/types.rb', line 6368

class PutAccessPointScopeRequest < Struct.new(
  :account_id,
  :name,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#scopeTypes::Scope

Object prefixes, API operations, or a combination of both.

Returns:



6368
6369
6370
6371
6372
6373
6374
# File 'lib/aws-sdk-s3control/types.rb', line 6368

class PutAccessPointScopeRequest < Struct.new(
  :account_id,
  :name,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end