Class: Aws::Types::ComponentVersionListItem

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)


144
145
146
# File 'sig/types.rbs', line 144

def arn
  @arn
end

#component_name ⇒ ::String

Returns the value of attribute component_name.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def component_name
  @component_name
end

#component_version ⇒ ::String

Returns the value of attribute component_version.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def component_version
  @component_version
end