Class: Aws::S3Control::Types::DissociateAccessGrantsIdentityCenterRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID of the S3 Access Grants instance.

Returns:

  • (String)


2080
2081
2082
2083
2084
# File 'lib/aws-sdk-s3control/types.rb', line 2080

class DissociateAccessGrantsIdentityCenterRequest < Struct.new(
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end