Class: Aws::Amplify::Types::GetArtifactUrlRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetArtifactUrlRequest
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
Note:
When making an API call, you may pass GetArtifactUrlRequest data as a hash:
{
artifact_id: "ArtifactId", # required
}
Returns the request structure for the get artifact request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#artifact_id ⇒ String
The unique ID for an artifact.
Instance Attribute Details
#artifact_id ⇒ String
The unique ID for an artifact.
1553 1554 1555 1556 1557 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1553 class GetArtifactUrlRequest < Struct.new( :artifact_id) SENSITIVE = [] include Aws::Structure end |