Class: Aws::Types::TestFunctionRequest
- Inherits:
-
Object
- Object
- Aws::Types::TestFunctionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_object ⇒ ::String
Returns the value of attribute event_object.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#stage ⇒ "DEVELOPMENT", "LIVE"
Returns the value of attribute stage.
Instance Attribute Details
#event_object ⇒ ::String
Returns the value of attribute event_object.
3526 3527 3528 |
# File 'sig/types.rbs', line 3526 def event_object @event_object end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
3524 3525 3526 |
# File 'sig/types.rbs', line 3524 def if_match @if_match end |
#name ⇒ ::String
Returns the value of attribute name.
3523 3524 3525 |
# File 'sig/types.rbs', line 3523 def name @name end |
#stage ⇒ "DEVELOPMENT", "LIVE"
Returns the value of attribute stage.
3525 3526 3527 |
# File 'sig/types.rbs', line 3525 def stage @stage end |