Class: Aws::S3Control::Types::GetAccessGrantsInstanceResourcePolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetAccessGrantsInstanceResourcePolicyResult
- 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 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.
2367 2368 2369 2370 2371 2372 2373 |
# File 'lib/aws-sdk-s3control/types.rb', line 2367 class GetAccessGrantsInstanceResourcePolicyResult < 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.
2367 2368 2369 2370 2371 2372 2373 |
# File 'lib/aws-sdk-s3control/types.rb', line 2367 class GetAccessGrantsInstanceResourcePolicyResult < Struct.new( :policy, :organization, :created_at) SENSITIVE = [] include Aws::Structure end |
#policy ⇒ String
The resource policy of the S3 Access Grants instance.
2367 2368 2369 2370 2371 2372 2373 |
# File 'lib/aws-sdk-s3control/types.rb', line 2367 class GetAccessGrantsInstanceResourcePolicyResult < Struct.new( :policy, :organization, :created_at) SENSITIVE = [] include Aws::Structure end |