Class: Aws::Types::MaintenanceWindowLambdaParameters
- Inherits:
-
Object
- Object
- Aws::Types::MaintenanceWindowLambdaParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_context ⇒ ::String
Returns the value of attribute client_context.
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
Instance Attribute Details
#client_context ⇒ ::String
Returns the value of attribute client_context.
3066 3067 3068 |
# File 'sig/types.rbs', line 3066 def client_context @client_context end |
#payload ⇒ ::String
Returns the value of attribute payload.
3068 3069 3070 |
# File 'sig/types.rbs', line 3068 def payload @payload end |
#qualifier ⇒ ::String
Returns the value of attribute qualifier.
3067 3068 3069 |
# File 'sig/types.rbs', line 3067 def qualifier @qualifier end |