Class: Aws::Types::StartPracticeRunResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#away_from ⇒ ::String

Returns the value of attribute away_from.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def away_from
  @away_from
end

#comment ⇒ ::String

Returns the value of attribute comment.

Returns:

  • (::String)


203
204
205
# File 'sig/types.rbs', line 203

def comment
  @comment
end

#expiry_time ⇒ ::Time

Returns the value of attribute expiry_time.

Returns:

  • (::Time)


200
201
202
# File 'sig/types.rbs', line 200

def expiry_time
  @expiry_time
end

#resource_identifier ⇒ ::String

Returns the value of attribute resource_identifier.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def resource_identifier
  @resource_identifier
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


201
202
203
# File 'sig/types.rbs', line 201

def start_time
  @start_time
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "EXPIRED", "CANCELED")


202
203
204
# File 'sig/types.rbs', line 202

def status
  @status
end

#zonal_shift_id ⇒ ::String

Returns the value of attribute zonal_shift_id.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def zonal_shift_id
  @zonal_shift_id
end