Class: Aws::Amplify::Types::GetArtifactUrlResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#artifact_idString

The unique ID for an artifact.

Returns:

  • (String)


1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1549

class GetArtifactUrlResult < Struct.new(
  :artifact_id,
  :artifact_url)
  SENSITIVE = []
  include Aws::Structure
end

#artifact_urlString

The presigned URL for the artifact.

Returns:

  • (String)


1549
1550
1551
1552
1553
1554
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1549

class GetArtifactUrlResult < Struct.new(
  :artifact_id,
  :artifact_url)
  SENSITIVE = []
  include Aws::Structure
end