Class: Aws::Types::WorkspaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_id::String

Returns the value of attribute bundle_id.

Returns:

  • (::String)


1777
1778
1779
# File 'sig/types.rbs', line 1777

def bundle_id
  @bundle_id
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


1775
1776
1777
# File 'sig/types.rbs', line 1775

def directory_id
  @directory_id
end

#ipv_6_address::String

Returns the value of attribute ipv_6_address.

Returns:

  • (::String)


1784
1785
1786
# File 'sig/types.rbs', line 1784

def ipv_6_address
  @ipv_6_address
end

#root_volume_encryption_enabledBoolean

Returns the value of attribute root_volume_encryption_enabled.

Returns:

  • (Boolean)


1780
1781
1782
# File 'sig/types.rbs', line 1780

def root_volume_encryption_enabled
  @root_volume_encryption_enabled
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1782
1783
1784
# File 'sig/types.rbs', line 1782

def tags
  @tags
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1776
1777
1778
# File 'sig/types.rbs', line 1776

def user_name
  @user_name
end

#user_volume_encryption_enabledBoolean

Returns the value of attribute user_volume_encryption_enabled.

Returns:

  • (Boolean)


1779
1780
1781
# File 'sig/types.rbs', line 1779

def user_volume_encryption_enabled
  @user_volume_encryption_enabled
end

#volume_encryption_key::String

Returns the value of attribute volume_encryption_key.

Returns:

  • (::String)


1778
1779
1780
# File 'sig/types.rbs', line 1778

def volume_encryption_key
  @volume_encryption_key
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1783
1784
1785
# File 'sig/types.rbs', line 1783

def workspace_name
  @workspace_name
end

#workspace_propertiesTypes::WorkspaceProperties

Returns the value of attribute workspace_properties.



1781
1782
1783
# File 'sig/types.rbs', line 1781

def workspace_properties
  @workspace_properties
end