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)


1847
1848
1849
# File 'sig/types.rbs', line 1847

def arn
  @arn
end

#max_capacity::Integer

Returns the value of attribute max_capacity.

Returns:

  • (::Integer)


1852
1853
1854
# File 'sig/types.rbs', line 1852

def max_capacity
  @max_capacity
end

#min_capacity::Integer

Returns the value of attribute min_capacity.

Returns:

  • (::Integer)


1851
1852
1853
# File 'sig/types.rbs', line 1851

def min_capacity
  @min_capacity
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

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


1848
1849
1850
# File 'sig/types.rbs', line 1848

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1849
1850
1851
# File 'sig/types.rbs', line 1849

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1850
1851
1852
# File 'sig/types.rbs', line 1850

def updated_at
  @updated_at
end