Class: Aws::Types::GetArtifactUrlResult
- Inherits:
-
Object
- Object
- Aws::Types::GetArtifactUrlResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
-
#artifact_url ⇒ ::String
Returns the value of attribute artifact_url.
Instance Attribute Details
#artifact_id ⇒ ::String
Returns the value of attribute artifact_id.
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.
375 376 377 |
# File 'sig/types.rbs', line 375 def artifact_url @artifact_url end |