Class: Aws::Amplify::Types::GetArtifactUrlResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetArtifactUrlResult
- Defined in:
- gems/aws-sdk-amplify/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.
1693 1694 1695 1696 1697 1698 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1693 class GetArtifactUrlResult < Struct.new( :artifact_id, :artifact_url) SENSITIVE = [] include Aws::Structure end |
#artifact_url ⇒ String
The presigned URL for the artifact.
1693 1694 1695 1696 1697 1698 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1693 class GetArtifactUrlResult < Struct.new( :artifact_id, :artifact_url) SENSITIVE = [] include Aws::Structure end |