Class: Aws::Types::ImageVersion

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)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def arn
  @arn
end

#build_type ⇒ "USER_INITIATED", ...

Returns the value of attribute build_type.

Returns:

  • ("USER_INITIATED", "SCHEDULED", "IMPORT", "IMPORT_ISO")


1111
1112
1113
# File 'sig/types.rbs', line 1111

def build_type
  @build_type
end

#date_created ⇒ ::String

Returns the value of attribute date_created.

Returns:

  • (::String)


1110
1111
1112
# File 'sig/types.rbs', line 1110

def date_created
  @date_created
end

#image_source ⇒ "AMAZON_MANAGED", ...

Returns the value of attribute image_source.

Returns:

  • ("AMAZON_MANAGED", "AWS_MARKETPLACE", "IMPORTED", "CUSTOM")


1112
1113
1114
# File 'sig/types.rbs', line 1112

def image_source
  @image_source
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1104
1105
1106
# File 'sig/types.rbs', line 1104

def name
  @name
end

#os_version ⇒ ::String

Returns the value of attribute os_version.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def os_version
  @os_version
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


1109
1110
1111
# File 'sig/types.rbs', line 1109

def owner
  @owner
end

#platform ⇒ "Windows", ...

Returns the value of attribute platform.

Returns:

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


1107
1108
1109
# File 'sig/types.rbs', line 1107

def platform
  @platform
end

#type ⇒ "AMI", "DOCKER"

Returns the value of attribute type.

Returns:

  • ("AMI", "DOCKER")


1105
1106
1107
# File 'sig/types.rbs', line 1105

def type
  @type
end

#version ⇒ ::String

Returns the value of attribute version.

Returns:

  • (::String)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def version
  @version
end