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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account that is making this request.

Returns:

  • (String)


5830
5831
5832
5833
5834
5835
5836
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5830

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)


5830
5831
5832
5833
5834
5835
5836
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5830

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)


5830
5831
5832
5833
5834
5835
5836
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5830

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