Class: Aws::AutoScaling::Types::DescribeNotificationConfigurationsType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_namesArray<String>

The name of the Auto Scaling group.

Returns:

  • (Array<String>)


2105
2106
2107
2108
2109
2110
2111
# File 'lib/aws-sdk-autoscaling/types.rb', line 2105

class DescribeNotificationConfigurationsType < Struct.new(
  :auto_scaling_group_names,
  :next_token,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

The maximum number of items to return with this call. The default value is ‘50` and the maximum value is `100`.

Returns:

  • (Integer)


2105
2106
2107
2108
2109
2110
2111
# File 'lib/aws-sdk-autoscaling/types.rb', line 2105

class DescribeNotificationConfigurationsType < Struct.new(
  :auto_scaling_group_names,
  :next_token,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)

Returns:

  • (String)


2105
2106
2107
2108
2109
2110
2111
# File 'lib/aws-sdk-autoscaling/types.rb', line 2105

class DescribeNotificationConfigurationsType < Struct.new(
  :auto_scaling_group_names,
  :next_token,
  :max_records)
  SENSITIVE = []
  include Aws::Structure
end