Class: Aws::Types::CreateAccessPointForObjectLambdaResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessPointForObjectLambdaResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ Types::ObjectLambdaAccessPointAlias
Returns the value of attribute alias.
-
#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.
207 208 209 |
# File 'sig/types.rbs', line 207 def alias @alias end |
#object_lambda_access_point_arn ⇒ ::String
Returns the value of attribute object_lambda_access_point_arn.
206 207 208 |
# File 'sig/types.rbs', line 206 def object_lambda_access_point_arn @object_lambda_access_point_arn end |