Class: Aws::Types::Activity
- Inherits:
-
Object
- Object
- Aws::Types::Activity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
-
#auto_scaling_group_arn ⇒ ::String
Returns the value of attribute auto_scaling_group_arn.
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#auto_scaling_group_state ⇒ ::String
Returns the value of attribute auto_scaling_group_state.
-
#cause ⇒ ::String
Returns the value of attribute cause.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#details ⇒ ::String
Returns the value of attribute details.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#progress ⇒ ::Integer
Returns the value of attribute progress.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status_code ⇒ "PendingSpotBidPlacement", ...
Returns the value of attribute status_code.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
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.
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.
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.
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.
38 39 40 |
# File 'sig/types.rbs', line 38 def cause @cause end |
#description ⇒ ::String
Returns the value of attribute description.
37 38 39 |
# File 'sig/types.rbs', line 37 def description @description end |
#details ⇒ ::String
Returns the value of attribute details.
44 45 46 |
# File 'sig/types.rbs', line 44 def details @details end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
40 41 42 |
# File 'sig/types.rbs', line 40 def end_time @end_time end |
#progress ⇒ ::Integer
Returns the value of attribute progress.
43 44 45 |
# File 'sig/types.rbs', line 43 def progress @progress end |
#start_time ⇒ ::Time
Returns the value of attribute start_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.
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.
42 43 44 |
# File 'sig/types.rbs', line 42 def @status_message end |