Class: Aws::Types::AlertManagerDefinitionDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


19
20
21
# File 'sig/types.rbs', line 19

def created_at
  @created_at
end

#data::String

Returns the value of attribute data.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def data
  @data
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


20
21
22
# File 'sig/types.rbs', line 20

def modified_at
  @modified_at
end

#statusTypes::AlertManagerDefinitionStatus

Returns the value of attribute status.



17
18
19
# File 'sig/types.rbs', line 17

def status
  @status
end