Class: Aws::Types::UpdateWorkspaceRequest

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)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def description
  @description
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def role
  @role
end

#s3_location::String

Returns the value of attribute s3_location.

Returns:

  • (::String)


1250
1251
1252
# File 'sig/types.rbs', line 1250

def s3_location
  @s3_location
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

def workspace_id
  @workspace_id
end