Class: Aws::Types::CreateAutoScalingConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_configuration_name ⇒ ::String

Returns the value of attribute auto_scaling_configuration_name.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def auto_scaling_configuration_name
  @auto_scaling_configuration_name
end

#max_concurrency ⇒ ::Integer

Returns the value of attribute max_concurrency.

Returns:

  • (::Integer)


111
112
113
# File 'sig/types.rbs', line 111

def max_concurrency
  @max_concurrency
end

#max_size ⇒ ::Integer

Returns the value of attribute max_size.

Returns:

  • (::Integer)


113
114
115
# File 'sig/types.rbs', line 113

def max_size
  @max_size
end

#min_size ⇒ ::Integer

Returns the value of attribute min_size.

Returns:

  • (::Integer)


112
113
114
# File 'sig/types.rbs', line 112

def min_size
  @min_size
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



114
115
116
# File 'sig/types.rbs', line 114

def tags
  @tags
end