Class: Aws::Types::AlarmContributor
- Inherits:
-
Object
- Object
- Aws::Types::AlarmContributor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contributor_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute contributor_attributes.
-
#contributor_id ⇒ ::String
Returns the value of attribute contributor_id.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#state_transitioned_timestamp ⇒ ::Time
Returns the value of attribute state_transitioned_timestamp.
Instance Attribute Details
#contributor_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute contributor_attributes.
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.
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.
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.
15 16 17 |
# File 'sig/types.rbs', line 15 def @state_transitioned_timestamp end |