Class: Aws::Types::WorkspaceConfigurationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2597
2598
2599
# File 'sig/types.rbs', line 2597

def name
  @name
end

#workspace_type::String

Returns the value of attribute workspace_type.

Returns:

  • (::String)


2598
2599
2600
# File 'sig/types.rbs', line 2598

def workspace_type
  @workspace_type
end