Class: Aws::Types::ImageRecipeSummary

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)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def arn
  @arn
end

#date_created ⇒ ::String

Returns the value of attribute date_created.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def date_created
  @date_created
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def name
  @name
end

#owner ⇒ ::String

Returns the value of attribute owner.

Returns:

  • (::String)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def owner
  @owner
end

#parent_image ⇒ ::String

Returns the value of attribute parent_image.

Returns:

  • (::String)


1019
1020
1021
# File 'sig/types.rbs', line 1019

def parent_image
  @parent_image
end

#platform ⇒ "Windows", ...

Returns the value of attribute platform.

Returns:

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


1017
1018
1019
# File 'sig/types.rbs', line 1017

def platform
  @platform
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1021
1022
1023
# File 'sig/types.rbs', line 1021

def tags
  @tags
end