Class: Aws::Types::DescribeComponentResponse

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)


267
268
269
# File 'sig/types.rbs', line 267

def arn
  @arn
end

#component_name ⇒ ::String

Returns the value of attribute component_name.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def component_name
  @component_name
end

#component_version ⇒ ::String

Returns the value of attribute component_version.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def component_version
  @component_version
end

#creation_timestamp ⇒ ::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


270
271
272
# File 'sig/types.rbs', line 270

def creation_timestamp
  @creation_timestamp
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def description
  @description
end

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

Returns the value of attribute platforms.

Returns:



274
275
276
# File 'sig/types.rbs', line 274

def platforms
  @platforms
end

#publisher ⇒ ::String

Returns the value of attribute publisher.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def publisher
  @publisher
end

#status ⇒ Types::CloudComponentStatus

Returns the value of attribute status.



273
274
275
# File 'sig/types.rbs', line 273

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


275
276
277
# File 'sig/types.rbs', line 275

def tags
  @tags
end