Class: Aws::S3Control::Types::PutAccessGrantsInstanceResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PutAccessGrantsInstanceResourcePolicyRequest
- Defined in:
- gems/aws-sdk-s3control/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.
6014 6015 6016 6017 6018 6019 6020 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6014 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.
6014 6015 6016 6017 6018 6019 6020 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6014 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.
6014 6015 6016 6017 6018 6019 6020 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6014 class PutAccessGrantsInstanceResourcePolicyRequest < Struct.new( :account_id, :policy, :organization) SENSITIVE = [] include Aws::Structure end |