Class: Aws::Types::DeleteWorkspacePageRequest

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)


2483
2484
2485
# File 'sig/types.rbs', line 2483

def instance_id
  @instance_id
end

#page::String

Returns the value of attribute page.

Returns:

  • (::String)


2485
2486
2487
# File 'sig/types.rbs', line 2485

def page
  @page
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


2484
2485
2486
# File 'sig/types.rbs', line 2484

def workspace_id
  @workspace_id
end