Class: Aws::GreengrassV2::Types::GetComponentVersionArtifactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::GetComponentVersionArtifactResponse
- Defined in:
- gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pre_signed_url ⇒ String
The URL of the artifact.
Instance Attribute Details
#pre_signed_url ⇒ String
The URL of the artifact.
1563 1564 1565 1566 1567 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1563 class GetComponentVersionArtifactResponse < Struct.new( :pre_signed_url) SENSITIVE = [] include Aws::Structure end |