Class: Aws::Types::TestGridSessionAction
- Inherits:
-
Object
- Object
- Aws::Types::TestGridSessionAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#request_method ⇒ ::String
Returns the value of attribute request_method.
-
#started ⇒ ::Time
Returns the value of attribute started.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def action @action end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def duration @duration end |
#request_method ⇒ ::String
Returns the value of attribute request_method.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def request_method @request_method end |
#started ⇒ ::Time
Returns the value of attribute started.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def started @started end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def status_code @status_code end |