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

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1137
1138
1139
# File 'sig/types.rbs', line 1137

def client_token
  @client_token
end

#encryption_configurationTypes::WorkspaceEncryptionConfiguration

Returns the value of attribute encryption_configuration.



1135
1136
1137
# File 'sig/types.rbs', line 1135

def encryption_configuration
  @encryption_configuration
end

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

Returns the value of attribute tags.

Returns:

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


1136
1137
1138
# File 'sig/types.rbs', line 1136

def tags
  @tags
end

#workspace_description::String

Returns the value of attribute workspace_description.

Returns:

  • (::String)


1134
1135
1136
# File 'sig/types.rbs', line 1134

def workspace_description
  @workspace_description
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1133
1134
1135
# File 'sig/types.rbs', line 1133

def workspace_name
  @workspace_name
end