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)


1140
1141
1142
# File 'sig/types.rbs', line 1140

def workspace_arn
  @workspace_arn
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1139
1140
1141
# File 'sig/types.rbs', line 1139

def workspace_name
  @workspace_name
end

#workspace_statusTypes::WorkspaceStatus

Returns the value of attribute workspace_status.



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

def workspace_status
  @workspace_status
end