Class: Aws::Types::ObjectLambdaAccessPoint

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#aliasTypes::ObjectLambdaAccessPointAlias

Returns the value of attribute alias.



1438
1439
1440
# File 'sig/types.rbs', line 1438

def alias
  @alias
end

#name::String

Returns the value of attribute name.



1436
1437
1438
# File 'sig/types.rbs', line 1436

def name
  @name
end

#object_lambda_access_point_arn::String

Returns the value of attribute object_lambda_access_point_arn.



1437
1438
1439
# File 'sig/types.rbs', line 1437

def object_lambda_access_point_arn
  @object_lambda_access_point_arn
end