Class: Aws::S3Control::Types::PutPublicAccessBlockRequest

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 account ID for the Amazon Web Services account whose ‘PublicAccessBlock` configuration you want to set.

Returns:

  • (String)


6404
6405
6406
6407
6408
6409
# File 'lib/aws-sdk-s3control/types.rb', line 6404

class PutPublicAccessBlockRequest < Struct.new(
  :public_access_block_configuration,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#public_access_block_configurationTypes::PublicAccessBlockConfiguration

The ‘PublicAccessBlock` configuration that you want to apply to the specified Amazon Web Services account.



6404
6405
6406
6407
6408
6409
# File 'lib/aws-sdk-s3control/types.rb', line 6404

class PutPublicAccessBlockRequest < Struct.new(
  :public_access_block_configuration,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end