Class: Aws::Types::CreateWorkspaceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_arn::String

Returns the value of attribute workspace_arn.

Returns:

  • (::String)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def workspace_arn
  @workspace_arn
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def workspace_name
  @workspace_name
end

#workspace_statusTypes::WorkspaceStatus

Returns the value of attribute workspace_status.



1144
1145
1146
# File 'sig/types.rbs', line 1144

def workspace_status
  @workspace_status
end