Class: Aws::Types::ScalingActivity

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:



362
363
364
# File 'sig/types.rbs', line 362

def activity_id
  @activity_id
end

#cause::String

Returns the value of attribute cause.

Returns:



367
368
369
# File 'sig/types.rbs', line 367

def cause
  @cause
end

#description::String

Returns the value of attribute description.

Returns:



366
367
368
# File 'sig/types.rbs', line 366

def description
  @description
end

#details::String

Returns the value of attribute details.

Returns:



372
373
374
# File 'sig/types.rbs', line 372

def details
  @details
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



369
370
371
# File 'sig/types.rbs', line 369

def end_time
  @end_time
end

#not_scaled_reasons::Array[Types::NotScaledReason]

Returns the value of attribute not_scaled_reasons.

Returns:



373
374
375
# File 'sig/types.rbs', line 373

def not_scaled_reasons
  @not_scaled_reasons
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:



364
365
366
# File 'sig/types.rbs', line 364

def resource_id
  @resource_id
end

#scalable_dimension"ecs:service:DesiredCount", ...

Returns the value of attribute scalable_dimension.

Returns:



365
366
367
# File 'sig/types.rbs', line 365

def scalable_dimension
  @scalable_dimension
end

#service_namespace"ecs", ...

Returns the value of attribute service_namespace.

Returns:



363
364
365
# File 'sig/types.rbs', line 363

def service_namespace
  @service_namespace
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



368
369
370
# File 'sig/types.rbs', line 368

def start_time
  @start_time
end

#status_code"Pending", ...

Returns the value of attribute status_code.

Returns:



370
371
372
# File 'sig/types.rbs', line 370

def status_code
  @status_code
end

#status_message::String

Returns the value of attribute status_message.

Returns:



371
372
373
# File 'sig/types.rbs', line 371

def status_message
  @status_message
end