Class: Aws::Types::WorkspaceBundle

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)


1680
1681
1682
# File 'sig/types.rbs', line 1680

def bundle_id
  @bundle_id
end

#bundle_type"REGULAR", "STANDBY"

Returns the value of attribute bundle_type.

Returns:

  • ("REGULAR", "STANDBY")


1691
1692
1693
# File 'sig/types.rbs', line 1691

def bundle_type
  @bundle_type
end

#compute_typeTypes::ComputeType

Returns the value of attribute compute_type.

Returns:



1687
1688
1689
# File 'sig/types.rbs', line 1687

def compute_type
  @compute_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1689
1690
1691
# File 'sig/types.rbs', line 1689

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1683
1684
1685
# File 'sig/types.rbs', line 1683

def description
  @description
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


1684
1685
1686
# File 'sig/types.rbs', line 1684

def image_id
  @image_id
end

#last_updated_time::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


1688
1689
1690
# File 'sig/types.rbs', line 1688

def last_updated_time
  @last_updated_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1681
1682
1683
# File 'sig/types.rbs', line 1681

def name
  @name
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


1682
1683
1684
# File 'sig/types.rbs', line 1682

def owner
  @owner
end

#root_storageTypes::RootStorage

Returns the value of attribute root_storage.

Returns:



1685
1686
1687
# File 'sig/types.rbs', line 1685

def root_storage
  @root_storage
end

#state"AVAILABLE", ...

Returns the value of attribute state.

Returns:

  • ("AVAILABLE", "PENDING", "ERROR")


1690
1691
1692
# File 'sig/types.rbs', line 1690

def state
  @state
end

#user_storageTypes::UserStorage

Returns the value of attribute user_storage.

Returns:



1686
1687
1688
# File 'sig/types.rbs', line 1686

def user_storage
  @user_storage
end