Class: Aws::S3Control::Types::PutAccessGrantsInstanceResourcePolicyRequest

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 of the S3 Access Grants instance.

Returns:

  • (String)


6007
6008
6009
6010
6011
6012
6013
# File 'lib/aws-sdk-s3control/types.rb', line 6007

class PutAccessGrantsInstanceResourcePolicyRequest < Struct.new(
  :account_id,
  :policy,
  :organization)
  SENSITIVE = []
  include Aws::Structure
end

#organizationString

The Organization of the resource policy of the S3 Access Grants instance.

Returns:

  • (String)


6007
6008
6009
6010
6011
6012
6013
# File 'lib/aws-sdk-s3control/types.rb', line 6007

class PutAccessGrantsInstanceResourcePolicyRequest < Struct.new(
  :account_id,
  :policy,
  :organization)
  SENSITIVE = []
  include Aws::Structure
end

#policyString

The resource policy of the S3 Access Grants instance that you are updating.

Returns:

  • (String)


6007
6008
6009
6010
6011
6012
6013
# File 'lib/aws-sdk-s3control/types.rb', line 6007

class PutAccessGrantsInstanceResourcePolicyRequest < Struct.new(
  :account_id,
  :policy,
  :organization)
  SENSITIVE = []
  include Aws::Structure
end