Class: Aws::S3Control::Types::GetAccessPointForObjectLambdaResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasTypes::ObjectLambdaAccessPointAlias

The alias of the Object Lambda Access Point.



2515
2516
2517
2518
2519
2520
2521
2522
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2515

class GetAccessPointForObjectLambdaResult < Struct.new(
  :name,
  :public_access_block_configuration,
  :creation_date,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end

#creation_dateTime

The date and time when the specified Object Lambda Access Point was created.

Returns:

  • (Time)


2515
2516
2517
2518
2519
2520
2521
2522
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2515

class GetAccessPointForObjectLambdaResult < Struct.new(
  :name,
  :public_access_block_configuration,
  :creation_date,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Object Lambda Access Point.

Returns:

  • (String)


2515
2516
2517
2518
2519
2520
2521
2522
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2515

class GetAccessPointForObjectLambdaResult < Struct.new(
  :name,
  :public_access_block_configuration,
  :creation_date,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end

#public_access_block_configurationTypes::PublicAccessBlockConfiguration

Configuration to block all public access. This setting is turned on and can not be edited.



2515
2516
2517
2518
2519
2520
2521
2522
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 2515

class GetAccessPointForObjectLambdaResult < Struct.new(
  :name,
  :public_access_block_configuration,
  :creation_date,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end