Class: Aws::Types::ManagedScalableTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1831
1832
1833
# File 'sig/types.rbs', line 1831

def arn
  @arn
end

#max_capacity::Integer

Returns the value of attribute max_capacity.

Returns:

  • (::Integer)


1836
1837
1838
# File 'sig/types.rbs', line 1836

def max_capacity
  @max_capacity
end

#min_capacity::Integer

Returns the value of attribute min_capacity.

Returns:

  • (::Integer)


1835
1836
1837
# File 'sig/types.rbs', line 1835

def min_capacity
  @min_capacity
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

  • ("PROVISIONING", "ACTIVE", "DEPROVISIONING", "DELETED", "FAILED")


1832
1833
1834
# File 'sig/types.rbs', line 1832

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1833
1834
1835
# File 'sig/types.rbs', line 1833

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def updated_at
  @updated_at
end