Class: Aws::Types::UpdateSpaceResourcesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_resources::Array[Types::SpaceResourceOperation]

Returns the value of attribute add_resources.

Returns:



12571
12572
12573
# File 'sig/types.rbs', line 12571

def add_resources
  @add_resources
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


12569
12570
12571
# File 'sig/types.rbs', line 12569

def 
  @aws_account_id
end

#remove_resources::Array[Types::SpaceResourceOperation]

Returns the value of attribute remove_resources.

Returns:



12572
12573
12574
# File 'sig/types.rbs', line 12572

def remove_resources
  @remove_resources
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


12570
12571
12572
# File 'sig/types.rbs', line 12570

def space_id
  @space_id
end