Class: Aws::Types::GetContainerRecipeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_recipe ⇒ Types::ContainerRecipe

Returns the value of attribute container_recipe.



716
717
718
# File 'sig/types.rbs', line 716

def container_recipe
  @container_recipe
end

#latest_version_references ⇒ Types::LatestVersionReferences

Returns the value of attribute latest_version_references.



717
718
719
# File 'sig/types.rbs', line 717

def latest_version_references
  @latest_version_references
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def request_id
  @request_id
end