Class: Aws::Types::MigrationWorkspace

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#create_workspaceBoolean

Returns the value of attribute create_workspace.

Returns:

  • (Boolean)


1859
1860
1861
# File 'sig/types.rbs', line 1859

def create_workspace
  @create_workspace
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1860
1861
1862
# File 'sig/types.rbs', line 1860

def name
  @name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1861
1862
1863
# File 'sig/types.rbs', line 1861

def type
  @type
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1858
1859
1860
# File 'sig/types.rbs', line 1858

def workspace_id
  @workspace_id
end