Class: Aws::S3Control::Types::PutAccessGrantsInstanceResourcePolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PutAccessGrantsInstanceResourcePolicyResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time when you created the S3 Access Grants instance resource policy.
-
#organization ⇒ String
The Organization of the resource policy of the S3 Access Grants instance.
-
#policy ⇒ String
The updated resource policy of the S3 Access Grants instance.
Instance Attribute Details
#created_at ⇒ Time
The date and time when you created the S3 Access Grants instance resource policy.
6032 6033 6034 6035 6036 6037 6038 |
# File 'lib/aws-sdk-s3control/types.rb', line 6032 class PutAccessGrantsInstanceResourcePolicyResult < Struct.new( :policy, :organization, :created_at) SENSITIVE = [] include Aws::Structure end |
#organization ⇒ String
The Organization of the resource policy of the S3 Access Grants instance.
6032 6033 6034 6035 6036 6037 6038 |
# File 'lib/aws-sdk-s3control/types.rb', line 6032 class PutAccessGrantsInstanceResourcePolicyResult < Struct.new( :policy, :organization, :created_at) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The updated resource policy of the S3 Access Grants instance.
6032 6033 6034 6035 6036 6037 6038 |
# File 'lib/aws-sdk-s3control/types.rb', line 6032 class PutAccessGrantsInstanceResourcePolicyResult < Struct.new( :policy, :organization, :created_at) SENSITIVE = [] include Aws::Structure end |