Class: Aws::S3Control::Types::PutAccessGrantsInstanceResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PutAccessGrantsInstanceResourcePolicyRequest
- 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 of the S3 Access Grants instance.
-
#organization ⇒ String
The Organization of the resource policy of the S3 Access Grants instance.
-
#policy ⇒ String
The resource policy of the S3 Access Grants instance that you are updating.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the S3 Access Grants instance.
6008 6009 6010 6011 6012 6013 6014 |
# File 'lib/aws-sdk-s3control/types.rb', line 6008 class PutAccessGrantsInstanceResourcePolicyRequest < Struct.new( :account_id, :policy, :organization) SENSITIVE = [] include Aws::Structure end |
#organization ⇒ String
The Organization of the resource policy of the S3 Access Grants instance.
6008 6009 6010 6011 6012 6013 6014 |
# File 'lib/aws-sdk-s3control/types.rb', line 6008 class PutAccessGrantsInstanceResourcePolicyRequest < Struct.new( :account_id, :policy, :organization) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The resource policy of the S3 Access Grants instance that you are updating.
6008 6009 6010 6011 6012 6013 6014 |
# File 'lib/aws-sdk-s3control/types.rb', line 6008 class PutAccessGrantsInstanceResourcePolicyRequest < Struct.new( :account_id, :policy, :organization) SENSITIVE = [] include Aws::Structure end |