Class: Aws::GreengrassV2::Types::GetComponentVersionArtifactResponse

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

#pre_signed_urlString

The URL of the artifact.

Returns:

  • (String)


1525
1526
1527
1528
1529
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1525

class GetComponentVersionArtifactResponse < Struct.new(
  :pre_signed_url)
  SENSITIVE = []
  include Aws::Structure
end