Class: Aws::S3Control::Types::GetAccessGrantRequest

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

#access_grant_idString

The ID of the access grant. S3 Access Grants auto-generates this ID when you create the access grant.



2176
2177
2178
2179
2180
2181
# File 'lib/aws-sdk-s3control/types.rb', line 2176

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

#account_idString

The ID of the Amazon Web Services account that is making this request.



2176
2177
2178
2179
2180
2181
# File 'lib/aws-sdk-s3control/types.rb', line 2176

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