Class: Aws::Types::AlarmContributor

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contributor_attributes::Hash[::String, ::String]

Returns the value of attribute contributor_attributes.

Returns:

  • (::Hash[::String, ::String])


13
14
15
# File 'sig/types.rbs', line 13

def contributor_attributes
  @contributor_attributes
end

#contributor_id::String

Returns the value of attribute contributor_id.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def contributor_id
  @contributor_id
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def state_reason
  @state_reason
end

#state_transitioned_timestamp::Time

Returns the value of attribute state_transitioned_timestamp.

Returns:

  • (::Time)


15
16
17
# File 'sig/types.rbs', line 15

def state_transitioned_timestamp
  @state_transitioned_timestamp
end