Class: Aws::Types::SuccessCriteriaAlarmSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def 
  @account_id
end

#alarm_arn::String

Returns the value of attribute alarm_arn.

Returns:

  • (::String)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def alarm_arn
  @alarm_arn
end

#alarm_name::String

Returns the value of attribute alarm_name.

Returns:

  • (::String)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def alarm_name
  @alarm_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def created_at
  @created_at
end

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def region
  @region
end