Class: Aws::GreengrassV2::Types::GetComponentVersionArtifactResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::GetComponentVersionArtifactResponse
- Includes:
- Structure
- Defined in:
- 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.
1544 1545 1546 1547 1548 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1544 class GetComponentVersionArtifactResponse < Struct.new( :pre_signed_url) SENSITIVE = [] include Aws::Structure end |