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)


2158
2159
2160
2161
2162
# File 'lib/aws-sdk-s3control/types.rb', line 2158

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