Class: Aws::Types::CreateAccessPointForObjectLambdaRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAccessPointForObjectLambdaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#configuration ⇒ Types::ObjectLambdaConfiguration
Returns the value of attribute configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
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 @account_id end |
#configuration ⇒ Types::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 |