Class: Aws::Types::UpdateIntegratedResourcesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


2331
2332
2333
# File 'sig/types.rbs', line 2331

def agent_space_id
  @agent_space_id
end

#integration_id::String

Returns the value of attribute integration_id.

Returns:

  • (::String)


2332
2333
2334
# File 'sig/types.rbs', line 2332

def integration_id
  @integration_id
end

#items::Array[Types::IntegratedResourceInputItem]

Returns the value of attribute items.



2333
2334
2335
# File 'sig/types.rbs', line 2333

def items
  @items
end