Class: Aws::Types::DisassociateWorkspaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


3139
3140
3141
# File 'sig/types.rbs', line 3139

def instance_id
  @instance_id
end

#resource_arns::Array[::String]

Returns the value of attribute resource_arns.

Returns:

  • (::Array[::String])


3141
3142
3143
# File 'sig/types.rbs', line 3141

def resource_arns
  @resource_arns
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


3140
3141
3142
# File 'sig/types.rbs', line 3140

def workspace_id
  @workspace_id
end