Class: Aws::Types::TestGridSessionAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action::String

Returns the value of attribute action.

Returns:

  • (::String)


1343
1344
1345
# File 'sig/types.rbs', line 1343

def action
  @action
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def duration
  @duration
end

#request_method::String

Returns the value of attribute request_method.

Returns:

  • (::String)


1347
1348
1349
# File 'sig/types.rbs', line 1347

def request_method
  @request_method
end

#started::Time

Returns the value of attribute started.

Returns:

  • (::Time)


1344
1345
1346
# File 'sig/types.rbs', line 1344

def started
  @started
end

#status_code::String

Returns the value of attribute status_code.

Returns:

  • (::String)


1346
1347
1348
# File 'sig/types.rbs', line 1346

def status_code
  @status_code
end