Class: Aws::Types::ComponentLatestVersion

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)


119
120
121
# File 'sig/types.rbs', line 119

def arn
  @arn
end

#component_version ⇒ ::String

Returns the value of attribute component_version.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def component_version
  @component_version
end

#creation_timestamp ⇒ ::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


121
122
123
# File 'sig/types.rbs', line 121

def creation_timestamp
  @creation_timestamp
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def description
  @description
end

#platforms ⇒ ::Array[Types::ComponentPlatform]

Returns the value of attribute platforms.

Returns:



124
125
126
# File 'sig/types.rbs', line 124

def platforms
  @platforms
end

#publisher ⇒ ::String

Returns the value of attribute publisher.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def publisher
  @publisher
end