Class: Aws::Types::CreateAccessPointForObjectLambdaRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.



199
200
201
# File 'sig/types.rbs', line 199

def 
  @account_id
end

#configurationTypes::ObjectLambdaConfiguration

Returns the value of attribute configuration.



201
202
203
# File 'sig/types.rbs', line 201

def configuration
  @configuration
end

#name::String

Returns the value of attribute name.



200
201
202
# File 'sig/types.rbs', line 200

def name
  @name
end