Class: Aws::S3Control::Types::PutAccessGrantsInstanceResourcePolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::PutAccessGrantsInstanceResourcePolicyResult
- Defined in:
- gems/aws-sdk-s3control/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.
6038 6039 6040 6041 6042 6043 6044 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6038 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.
6038 6039 6040 6041 6042 6043 6044 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6038 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.
6038 6039 6040 6041 6042 6043 6044 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6038 class PutAccessGrantsInstanceResourcePolicyResult < Struct.new( :policy, :organization, :created_at) SENSITIVE = [] include Aws::Structure end |