Class: Aws::Types::ComponentVersion

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def arn
  @arn
end

#date_created ⇒ ::String

Returns the value of attribute date_created.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def date_created
  @date_created
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def name
  @name
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def owner
  @owner
end

#platform ⇒ "Windows", ...

Returns the value of attribute platform.

Returns:

  • ("Windows", "Linux", "macOS")


168
169
170
# File 'sig/types.rbs', line 168

def platform
  @platform
end

#product_codes ⇒ ::Array[Types::ProductCodeListItem]

Returns the value of attribute product_codes.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def product_codes
  @product_codes
end

#status ⇒ "DEPRECATED", ...

Returns the value of attribute status.

Returns:

  • ("DEPRECATED", "DISABLED", "ACTIVE")


173
174
175
# File 'sig/types.rbs', line 173

def status
  @status
end

#supported_os_versions ⇒ ::Array[::String]

Returns the value of attribute supported_os_versions.

Returns:

  • (::Array[::String])


169
170
171
# File 'sig/types.rbs', line 169

def supported_os_versions
  @supported_os_versions
end

#type ⇒ "BUILD", "TEST"

Returns the value of attribute type.

Returns:

  • ("BUILD", "TEST")


170
171
172
# File 'sig/types.rbs', line 170

def type
  @type
end

#version ⇒ ::String

Returns the value of attribute version.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def version
  @version
end