Class: Aws::Types::ResolvedComponentVersion

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)


645
646
647
# File 'sig/types.rbs', line 645

def arn
  @arn
end

#component_name ⇒ ::String

Returns the value of attribute component_name.

Returns:

  • (::String)


646
647
648
# File 'sig/types.rbs', line 646

def component_name
  @component_name
end

#component_version ⇒ ::String

Returns the value of attribute component_version.

Returns:

  • (::String)


647
648
649
# File 'sig/types.rbs', line 647

def component_version
  @component_version
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


650
651
652
# File 'sig/types.rbs', line 650

def message
  @message
end

#recipe ⇒ ::String

Returns the value of attribute recipe.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def recipe
  @recipe
end

#vendor_guidance ⇒ "ACTIVE", ...

Returns the value of attribute vendor_guidance.

Returns:

  • ("ACTIVE", "DISCONTINUED", "DELETED")


649
650
651
# File 'sig/types.rbs', line 649

def vendor_guidance
  @vendor_guidance
end