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

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def alias
  @alias
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def client_token
  @client_token
end

#kms_key_arn::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def kms_key_arn
  @kms_key_arn
end

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

Returns the value of attribute tags.

Returns:

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


210
211
212
# File 'sig/types.rbs', line 210

def tags
  @tags
end