Class: Aws::Types::ListWebhooksInput
- Inherits:
-
Object
- Object
- Aws::Types::ListWebhooksInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def agent_space_id @agent_space_id end |
#association_id ⇒ ::String
Returns the value of attribute association_id.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def association_id @association_id end |