Class: Aws::Types::DescribeScalingActivitiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#include_not_scaled_activitiesBoolean

Returns the value of attribute include_not_scaled_activities.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def include_not_scaled_activities
  @include_not_scaled_activities
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



89
90
91
# File 'sig/types.rbs', line 89

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def next_token
  @next_token
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def resource_id
  @resource_id
end

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

Returns the value of attribute scalable_dimension.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def scalable_dimension
  @scalable_dimension
end

#service_namespace"ecs", ...

Returns the value of attribute service_namespace.

Returns:



86
87
88
# File 'sig/types.rbs', line 86

def service_namespace
  @service_namespace
end