Class: Aws::Types::PutAlertManagerDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAlertManagerDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data ⇒ ::String
Returns the value of attribute data.
-
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
564 565 566 |
# File 'sig/types.rbs', line 564 def client_token @client_token end |
#data ⇒ ::String
Returns the value of attribute data.
563 564 565 |
# File 'sig/types.rbs', line 563 def data @data end |
#workspace_id ⇒ ::String
Returns the value of attribute workspace_id.
562 563 564 |
# File 'sig/types.rbs', line 562 def workspace_id @workspace_id end |