Class: Aws::Types::TestGridSession
- Inherits:
-
Object
- Object
- Aws::Types::TestGridSession
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#billing_minutes ⇒ ::Float
Returns the value of attribute billing_minutes.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#ended ⇒ ::Time
Returns the value of attribute ended.
-
#selenium_properties ⇒ ::String
Returns the value of attribute selenium_properties.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def arn @arn end |
#billing_minutes ⇒ ::Float
Returns the value of attribute billing_minutes.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def billing_minutes @billing_minutes end |
#created ⇒ ::Time
Returns the value of attribute created.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def created @created end |
#ended ⇒ ::Time
Returns the value of attribute ended.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def ended @ended end |
#selenium_properties ⇒ ::String
Returns the value of attribute selenium_properties.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def selenium_properties @selenium_properties end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def status @status end |