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:



13027
13028
13029
# File 'sig/types.rbs', line 13027

def add_resources
  @add_resources
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


13025
13026
13027
# File 'sig/types.rbs', line 13025

def 
  @aws_account_id
end

#remove_resources::Array[Types::SpaceResourceOperation]

Returns the value of attribute remove_resources.

Returns:



13028
13029
13030
# File 'sig/types.rbs', line 13028

def remove_resources
  @remove_resources
end

#space_id::String

Returns the value of attribute space_id.

Returns:

  • (::String)


13026
13027
13028
# File 'sig/types.rbs', line 13026

def space_id
  @space_id
end