Class: Aws::Types::PutAccessPointConfigurationForObjectLambdaRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1517
1518
1519
# File 'sig/types.rbs', line 1517

def 
  @account_id
end

#configurationTypes::ObjectLambdaConfiguration

Returns the value of attribute configuration.



1519
1520
1521
# File 'sig/types.rbs', line 1519

def configuration
  @configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1518
1519
1520
# File 'sig/types.rbs', line 1518

def name
  @name
end