Class: Aws::Types::GetArtifactUrlResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_id::String

Returns the value of attribute artifact_id.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def artifact_id
  @artifact_id
end

#artifact_url::String

Returns the value of attribute artifact_url.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def artifact_url
  @artifact_url
end