class Aws::GreengrassV2::Types::GetComponentVersionArtifactRequest

@note When making an API call, you may pass GetComponentVersionArtifactRequest

data as a hash:

    {
      arn: "ComponentVersionARN", # required
      artifact_name: "NonEmptyString", # required
    }

@!attribute [rw] arn

The [ARN][1] of the component version. Specify the ARN of a public
component version.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] artifact_name

The name of the artifact.

You can use the [GetComponent][1] 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`.

[1]: https://docs.aws.amazon.com/greengrass/v2/APIReference/API_GetComponent.html
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/GetComponentVersionArtifactRequest AWS API Documentation

Constants

SENSITIVE