Class: Aws::Types::TrialComponentArtifact
- Inherits:
-
Object
- Object
- Aws::Types::TrialComponentArtifact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#media_type ⇒ ::String
Returns the value of attribute media_type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#media_type ⇒ ::String
Returns the value of attribute media_type.
11707 11708 11709 |
# File 'sig/types.rbs', line 11707 def media_type @media_type end |
#value ⇒ ::String
Returns the value of attribute value.
11708 11709 11710 |
# File 'sig/types.rbs', line 11708 def value @value end |