Class: Aws::S3Control::Types::ListAccessGrantsInstanceEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

Information about the S3 Access Grants instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_grants_instance_arnString

The Amazon Resource Name (ARN) of the S3 Access Grants instance.

Returns:

  • (String)


4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4566

class ListAccessGrantsInstanceEntry < Struct.new(
  :access_grants_instance_id,
  :access_grants_instance_arn,
  :created_at,
  :identity_center_arn,
  :identity_center_instance_arn,
  :identity_center_application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#access_grants_instance_idString

The ID of the S3 Access Grants instance. The ID is default. You can have one S3 Access Grants instance per Region per account.

Returns:

  • (String)


4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4566

class ListAccessGrantsInstanceEntry < Struct.new(
  :access_grants_instance_id,
  :access_grants_instance_arn,
  :created_at,
  :identity_center_arn,
  :identity_center_instance_arn,
  :identity_center_application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time when you created the S3 Access Grants instance.

Returns:

  • (Time)


4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4566

class ListAccessGrantsInstanceEntry < Struct.new(
  :access_grants_instance_id,
  :access_grants_instance_arn,
  :created_at,
  :identity_center_arn,
  :identity_center_instance_arn,
  :identity_center_application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#identity_center_application_arnString

If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance.

Returns:

  • (String)


4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4566

class ListAccessGrantsInstanceEntry < Struct.new(
  :access_grants_instance_id,
  :access_grants_instance_arn,
  :created_at,
  :identity_center_arn,
  :identity_center_instance_arn,
  :identity_center_application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#identity_center_arnString

If you associated your S3 Access Grants instance with an Amazon Web Services IAM Identity Center instance, this field returns the Amazon Resource Name (ARN) of the IAM Identity Center instance application; a subresource of the original Identity Center instance. S3 Access Grants creates this Identity Center application for the specific S3 Access Grants instance.

Returns:

  • (String)


4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4566

class ListAccessGrantsInstanceEntry < Struct.new(
  :access_grants_instance_id,
  :access_grants_instance_arn,
  :created_at,
  :identity_center_arn,
  :identity_center_instance_arn,
  :identity_center_application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#identity_center_instance_arnString

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.

Returns:

  • (String)


4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4566

class ListAccessGrantsInstanceEntry < Struct.new(
  :access_grants_instance_id,
  :access_grants_instance_arn,
  :created_at,
  :identity_center_arn,
  :identity_center_instance_arn,
  :identity_center_application_arn)
  SENSITIVE = []
  include Aws::Structure
end