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

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def arn
  @arn
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def kms_key_arn
  @kms_key_arn
end

#statusTypes::WorkspaceStatus

Returns the value of attribute status.



218
219
220
# File 'sig/types.rbs', line 218

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


219
220
221
# File 'sig/types.rbs', line 219

def tags
  @tags
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def workspace_id
  @workspace_id
end