Class: Aws::Types::Activity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activity_id::String

Returns the value of attribute activity_id.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def activity_id
  @activity_id
end

#auto_scaling_group_arn::String

Returns the value of attribute auto_scaling_group_arn.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def auto_scaling_group_arn
  @auto_scaling_group_arn
end

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def auto_scaling_group_name
  @auto_scaling_group_name
end

#auto_scaling_group_state::String

Returns the value of attribute auto_scaling_group_state.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def auto_scaling_group_state
  @auto_scaling_group_state
end

#cause::String

Returns the value of attribute cause.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def cause
  @cause
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def description
  @description
end

#details::String

Returns the value of attribute details.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def details
  @details
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


40
41
42
# File 'sig/types.rbs', line 40

def end_time
  @end_time
end

#progress::Integer

Returns the value of attribute progress.

Returns:

  • (::Integer)


43
44
45
# File 'sig/types.rbs', line 43

def progress
  @progress
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


39
40
41
# File 'sig/types.rbs', line 39

def start_time
  @start_time
end

#status_code"PendingSpotBidPlacement", ...

Returns the value of attribute status_code.

Returns:

  • ("PendingSpotBidPlacement", "WaitingForSpotInstanceRequestId", "WaitingForSpotInstanceId", "WaitingForInstanceId", "PreInService", "InProgress", "WaitingForELBConnectionDraining", "MidLifecycleAction", "WaitingForInstanceWarmup", "Successful", "Failed", "Cancelled", "WaitingForConnectionDraining", "WaitingForInPlaceUpdateToStart", "WaitingForInPlaceUpdateToFinalize", "InPlaceUpdateInProgress")


41
42
43
# File 'sig/types.rbs', line 41

def status_code
  @status_code
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


42
43
44
# File 'sig/types.rbs', line 42

def status_message
  @status_message
end