Class: Aws::Types::DescribeScalingPoliciesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def fleet_id
  @fleet_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1042
1043
1044
# File 'sig/types.rbs', line 1042

def limit
  @limit
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1044
1045
1046
# File 'sig/types.rbs', line 1044

def location
  @location
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1043
1044
1045
# File 'sig/types.rbs', line 1043

def next_token
  @next_token
end

#status_filter"ACTIVE", ...

Returns the value of attribute status_filter.

Returns:

  • ("ACTIVE", "UPDATE_REQUESTED", "UPDATING", "DELETE_REQUESTED", "DELETING", "DELETED", "ERROR")


1041
1042
1043
# File 'sig/types.rbs', line 1041

def status_filter
  @status_filter
end