Class: Aws::Types::PutAccessPointConfigurationForObjectLambdaRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAccessPointConfigurationForObjectLambdaRequest
- 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.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def account_id @account_id end |
#configuration ⇒ Types::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.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def name @name end |