Class: Aws::Imagebuilder::Types::GetComponentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#componentTypes::Component

The component object specified in the request.

Returns:



3085
3086
3087
3088
3089
3090
3091
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3085

class GetComponentResponse < Struct.new(
  :request_id,
  :component,
  :latest_version_references)
  SENSITIVE = []
  include Aws::Structure
end

#latest_version_referencesTypes::LatestVersionReferences

The resource ARNs with different wildcard variations of semantic versioning.



3085
3086
3087
3088
3089
3090
3091
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3085

class GetComponentResponse < Struct.new(
  :request_id,
  :component,
  :latest_version_references)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The request ID that uniquely identifies this request.

Returns:

  • (String)


3085
3086
3087
3088
3089
3090
3091
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 3085

class GetComponentResponse < Struct.new(
  :request_id,
  :component,
  :latest_version_references)
  SENSITIVE = []
  include Aws::Structure
end