Class: Aws::Types::ScheduleLambdaFunctionDecisionAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ScheduleLambdaFunctionDecisionAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control ⇒ ::String
Returns the value of attribute control.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#start_to_close_timeout ⇒ ::String
Returns the value of attribute start_to_close_timeout.
Instance Attribute Details
#control ⇒ ::String
Returns the value of attribute control.
825 826 827 |
# File 'sig/types.rbs', line 825 def control @control end |
#id ⇒ ::String
Returns the value of attribute id.
823 824 825 |
# File 'sig/types.rbs', line 823 def id @id end |
#input ⇒ ::String
Returns the value of attribute input.
826 827 828 |
# File 'sig/types.rbs', line 826 def input @input end |
#name ⇒ ::String
Returns the value of attribute name.
824 825 826 |
# File 'sig/types.rbs', line 824 def name @name end |
#start_to_close_timeout ⇒ ::String
Returns the value of attribute start_to_close_timeout.
827 828 829 |
# File 'sig/types.rbs', line 827 def start_to_close_timeout @start_to_close_timeout end |