Class: Aws::S3Control::Types::AssociateAccessGrantsIdentityCenterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::AssociateAccessGrantsIdentityCenterRequest
- 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.
-
#identity_center_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account ID of the S3 Access Grants instance.
299 300 301 302 303 304 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 299 class AssociateAccessGrantsIdentityCenterRequest < Struct.new( :account_id, :identity_center_arn) SENSITIVE = [] include Aws::Structure end |
#identity_center_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services IAM Identity Center instance that you are associating with your S3 Access Grants instance. An IAM Identity Center instance is your corporate identity directory that you added to the IAM Identity Center. You can use the ListInstances API operation to retrieve a list of your Identity Center instances and their ARNs.
299 300 301 302 303 304 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 299 class AssociateAccessGrantsIdentityCenterRequest < Struct.new( :account_id, :identity_center_arn) SENSITIVE = [] include Aws::Structure end |