Class: Aws::Types::WorkspaceImage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


1755
1756
1757
# File 'sig/types.rbs', line 1755

def created
  @created
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1749
1750
1751
# File 'sig/types.rbs', line 1749

def description
  @description
end

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


1753
1754
1755
# File 'sig/types.rbs', line 1753

def error_code
  @error_code
end

#error_details::Array[Types::ErrorDetails]

Returns the value of attribute error_details.

Returns:



1758
1759
1760
# File 'sig/types.rbs', line 1758

def error_details
  @error_details
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1754
1755
1756
# File 'sig/types.rbs', line 1754

def error_message
  @error_message
end

#image_id::String

Returns the value of attribute image_id.

Returns:

  • (::String)


1747
1748
1749
# File 'sig/types.rbs', line 1747

def image_id
  @image_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1748
1749
1750
# File 'sig/types.rbs', line 1748

def name
  @name
end

#operating_systemTypes::OperatingSystem

Returns the value of attribute operating_system.



1750
1751
1752
# File 'sig/types.rbs', line 1750

def operating_system
  @operating_system
end

#owner_account_id::String

Returns the value of attribute owner_account_id.

Returns:

  • (::String)


1756
1757
1758
# File 'sig/types.rbs', line 1756

def 
  @owner_account_id
end

#required_tenancy"DEFAULT", "DEDICATED"

Returns the value of attribute required_tenancy.

Returns:

  • ("DEFAULT", "DEDICATED")


1752
1753
1754
# File 'sig/types.rbs', line 1752

def required_tenancy
  @required_tenancy
end

#state"AVAILABLE", ...

Returns the value of attribute state.

Returns:

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


1751
1752
1753
# File 'sig/types.rbs', line 1751

def state
  @state
end

#updatesTypes::UpdateResult

Returns the value of attribute updates.

Returns:



1757
1758
1759
# File 'sig/types.rbs', line 1757

def updates
  @updates
end