Class: Aws::Types::TestGridSessionArtifact
- Inherits:
-
Object
- Object
- Aws::Types::TestGridSessionArtifact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filename ⇒ ::String
Returns the value of attribute filename.
-
#type ⇒ "UNKNOWN", ...
Returns the value of attribute type.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#filename ⇒ ::String
Returns the value of attribute filename.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def filename @filename end |
#type ⇒ "UNKNOWN", ...
Returns the value of attribute type.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def type @type end |
#url ⇒ ::String
Returns the value of attribute url.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def url @url end |