Class: Aws::Types::ObjectLambdaAccessPoint
- Inherits:
-
Object
- Object
- Aws::Types::ObjectLambdaAccessPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ Types::ObjectLambdaAccessPointAlias
Returns the value of attribute alias.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#object_lambda_access_point_arn ⇒ ::String
Returns the value of attribute object_lambda_access_point_arn.
Instance Attribute Details
#alias ⇒ Types::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 |