Class: Aws::Types::AutoScalingConfiguration

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_arn ⇒ ::String

Returns the value of attribute auto_scaling_configuration_arn.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def auto_scaling_configuration_arn
  @auto_scaling_configuration_arn
end

#auto_scaling_configuration_name ⇒ ::String

Returns the value of attribute auto_scaling_configuration_name.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def auto_scaling_configuration_name
  @auto_scaling_configuration_name
end

#auto_scaling_configuration_revision ⇒ ::Integer

Returns the value of attribute auto_scaling_configuration_revision.

Returns:

  • (::Integer)


35
36
37
# File 'sig/types.rbs', line 35

def auto_scaling_configuration_revision
  @auto_scaling_configuration_revision
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


41
42
43
# File 'sig/types.rbs', line 41

def created_at
  @created_at
end

#deleted_at ⇒ ::Time

Returns the value of attribute deleted_at.

Returns:

  • (::Time)


42
43
44
# File 'sig/types.rbs', line 42

def deleted_at
  @deleted_at
end

#has_associated_service ⇒ Boolean

Returns the value of attribute has_associated_service.

Returns:

  • (Boolean)


43
44
45
# File 'sig/types.rbs', line 43

def has_associated_service
  @has_associated_service
end

#is_default ⇒ Boolean

Returns the value of attribute is_default.

Returns:

  • (Boolean)


44
45
46
# File 'sig/types.rbs', line 44

def is_default
  @is_default
end

#latest ⇒ Boolean

Returns the value of attribute latest.

Returns:

  • (Boolean)


36
37
38
# File 'sig/types.rbs', line 36

def latest
  @latest
end

#max_concurrency ⇒ ::Integer

Returns the value of attribute max_concurrency.

Returns:

  • (::Integer)


38
39
40
# File 'sig/types.rbs', line 38

def max_concurrency
  @max_concurrency
end

#max_size ⇒ ::Integer

Returns the value of attribute max_size.

Returns:

  • (::Integer)


40
41
42
# File 'sig/types.rbs', line 40

def max_size
  @max_size
end

#min_size ⇒ ::Integer

Returns the value of attribute min_size.

Returns:

  • (::Integer)


39
40
41
# File 'sig/types.rbs', line 39

def min_size
  @min_size
end

#status ⇒ "ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


37
38
39
# File 'sig/types.rbs', line 37

def status
  @status
end