Class: Aws::GreengrassV2::Types::GetComponentVersionArtifactRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the component version. Specify the ARN of a public or a Lambda component version.

Returns:

  • (String)


1512
1513
1514
1515
1516
1517
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1512

class GetComponentVersionArtifactRequest < Struct.new(
  :arn,
  :artifact_name)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_nameString

The name of the artifact.

You can use the GetComponent operation to download the component recipe, which includes the URI of the artifact. The artifact name is the section of the URI after the scheme. For example, in the artifact URI greengrass:SomeArtifact.zip, the artifact name is SomeArtifact.zip.

Returns:

  • (String)


1512
1513
1514
1515
1516
1517
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1512

class GetComponentVersionArtifactRequest < Struct.new(
  :arn,
  :artifact_name)
  SENSITIVE = []
  include Aws::Structure
end