Class: Aws::Types::DescribeScalingActivitiesType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activity_ids::Array[::String]

Returns the value of attribute activity_ids.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:



532
533
534
# File 'sig/types.rbs', line 532

def filters
  @filters
end

#include_deleted_groupsBoolean

Returns the value of attribute include_deleted_groups.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def next_token
  @next_token
end