Class: Aws::S3Control::Types::GetAccessPointConfigurationForObjectLambdaRequest

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 account ID for the account that owns the specified Object Lambda Access Point.

Returns:

  • (String)


2508
2509
2510
2511
2512
2513
# File 'lib/aws-sdk-s3control/types.rb', line 2508

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

#nameString

The name of the Object Lambda Access Point you want to return the configuration for.

Returns:

  • (String)


2508
2509
2510
2511
2512
2513
# File 'lib/aws-sdk-s3control/types.rb', line 2508

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