Class: Aws::Types::DescribeScalingActivitiesType
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScalingActivitiesType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_ids ⇒ ::Array[::String]
Returns the value of attribute activity_ids.
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#include_deleted_groups ⇒ Boolean
Returns the value of attribute include_deleted_groups.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#activity_ids ⇒ ::Array[::String]
Returns the value of attribute activity_ids.
527 528 529 |
# File 'sig/types.rbs', line 527 def activity_ids @activity_ids end |
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
528 529 530 |
# File 'sig/types.rbs', line 528 def auto_scaling_group_name @auto_scaling_group_name end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
532 533 534 |
# File 'sig/types.rbs', line 532 def filters @filters end |
#include_deleted_groups ⇒ Boolean
Returns the value of attribute include_deleted_groups.
529 530 531 |
# File 'sig/types.rbs', line 529 def include_deleted_groups @include_deleted_groups end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
530 531 532 |
# File 'sig/types.rbs', line 530 def max_records @max_records end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
531 532 533 |
# File 'sig/types.rbs', line 531 def next_token @next_token end |