Class: Aws::Types::TestGridSession

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1333
1334
1335
# File 'sig/types.rbs', line 1333

def arn
  @arn
end

#billing_minutes::Float

Returns the value of attribute billing_minutes.

Returns:

  • (::Float)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def billing_minutes
  @billing_minutes
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


1335
1336
1337
# File 'sig/types.rbs', line 1335

def created
  @created
end

#ended::Time

Returns the value of attribute ended.

Returns:

  • (::Time)


1336
1337
1338
# File 'sig/types.rbs', line 1336

def ended
  @ended
end

#selenium_properties::String

Returns the value of attribute selenium_properties.

Returns:

  • (::String)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def selenium_properties
  @selenium_properties
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CLOSED", "ERRORED")


1334
1335
1336
# File 'sig/types.rbs', line 1334

def status
  @status
end