Class: Aws::Types::UpdateIntegratedResourcesInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIntegratedResourcesInput
- 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.
-
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
-
#items ⇒ ::Array[Types::IntegratedResourceInputItem]
Returns the value of attribute items.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def agent_space_id @agent_space_id end |
#integration_id ⇒ ::String
Returns the value of attribute integration_id.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def integration_id @integration_id end |
#items ⇒ ::Array[Types::IntegratedResourceInputItem]
Returns the value of attribute items.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def items @items end |