Class: Aws::Types::CreateWorkspaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def description
  @description
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def role
  @role
end

#s3_location::String

Returns the value of attribute s3_location.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def s3_location
  @s3_location
end

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

Returns the value of attribute tags.

Returns:

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


270
271
272
# File 'sig/types.rbs', line 270

def tags
  @tags
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def workspace_id
  @workspace_id
end