Class: Aws::Amplify::Types::GetArtifactUrlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetArtifactUrlResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
Returns the result structure for the get artifact request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_id ⇒ String
The unique ID for an artifact.
-
#artifact_url ⇒ String
The presigned URL for the artifact.
Instance Attribute Details
#artifact_id ⇒ String
The unique ID for an artifact.
1627 1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-amplify/types.rb', line 1627 class GetArtifactUrlResult < Struct.new( :artifact_id, :artifact_url) SENSITIVE = [] include Aws::Structure end |
#artifact_url ⇒ String
The presigned URL for the artifact.
1627 1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-amplify/types.rb', line 1627 class GetArtifactUrlResult < Struct.new( :artifact_id, :artifact_url) SENSITIVE = [] include Aws::Structure end |