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)


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.

Returns:

  • (::String)


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