Class: Aws::S3Control::Types::GetAccessGrantsInstanceForPrefixResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::GetAccessGrantsInstanceForPrefixResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_grants_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 Access Grants instance.
-
#access_grants_instance_id ⇒ String
The ID of the S3 Access Grants instance.
Instance Attribute Details
#access_grants_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the S3 Access Grants instance.
2285 2286 2287 2288 2289 2290 |
# File 'lib/aws-sdk-s3control/types.rb', line 2285 class GetAccessGrantsInstanceForPrefixResult < Struct.new( :access_grants_instance_arn, :access_grants_instance_id) SENSITIVE = [] include Aws::Structure end |
#access_grants_instance_id ⇒ String
The ID of the S3 Access Grants instance. The ID is default. You can have one S3 Access Grants instance per Region per account.
2285 2286 2287 2288 2289 2290 |
# File 'lib/aws-sdk-s3control/types.rb', line 2285 class GetAccessGrantsInstanceForPrefixResult < Struct.new( :access_grants_instance_arn, :access_grants_instance_id) SENSITIVE = [] include Aws::Structure end |