Class: Aws::Types::ManagedMetricAlarm

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)


1839
1840
1841
# File 'sig/types.rbs', line 1839

def arn
  @arn
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

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


1840
1841
1842
# File 'sig/types.rbs', line 1840

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1841
1842
1843
# File 'sig/types.rbs', line 1841

def status_reason
  @status_reason
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1842
1843
1844
# File 'sig/types.rbs', line 1842

def updated_at
  @updated_at
end