Class: Aws::Types::ExperimentAction
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#start_after ⇒ ::Array[::String]
Returns the value of attribute start_after.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ Types::ExperimentActionState
Returns the value of attribute state.
-
#targets ⇒ ::Hash[::String, ::String]
Returns the value of attribute targets.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
168 169 170 |
# File 'sig/types.rbs', line 168 def action_id @action_id end |
#description ⇒ ::String
Returns the value of attribute description.
169 170 171 |
# File 'sig/types.rbs', line 169 def description @description end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
175 176 177 |
# File 'sig/types.rbs', line 175 def end_time @end_time end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
170 171 172 |
# File 'sig/types.rbs', line 170 def parameters @parameters end |
#start_after ⇒ ::Array[::String]
Returns the value of attribute start_after.
172 173 174 |
# File 'sig/types.rbs', line 172 def start_after @start_after end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
174 175 176 |
# File 'sig/types.rbs', line 174 def start_time @start_time end |
#state ⇒ Types::ExperimentActionState
Returns the value of attribute state.
173 174 175 |
# File 'sig/types.rbs', line 173 def state @state end |
#targets ⇒ ::Hash[::String, ::String]
Returns the value of attribute targets.
171 172 173 |
# File 'sig/types.rbs', line 171 def targets @targets end |