Class: Aws::Types::Artifact
- Inherits:
-
Object
- Object
- Aws::Types::Artifact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#extension ⇒ ::String
Returns the value of attribute extension.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "UNKNOWN", ...
Returns the value of attribute type.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
29 30 31 |
# File 'sig/types.rbs', line 29 def arn @arn end |
#extension ⇒ ::String
Returns the value of attribute extension.
32 33 34 |
# File 'sig/types.rbs', line 32 def extension @extension end |
#name ⇒ ::String
Returns the value of attribute name.
30 31 32 |
# File 'sig/types.rbs', line 30 def name @name end |
#type ⇒ "UNKNOWN", ...
Returns the value of attribute type.
31 32 33 |
# File 'sig/types.rbs', line 31 def type @type end |
#url ⇒ ::String
Returns the value of attribute url.
33 34 35 |
# File 'sig/types.rbs', line 33 def url @url end |