Class: Aws::Types::SecurityRequirementArtifact
- Inherits:
-
Object
- Object
- Aws::Types::SecurityRequirementArtifact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#format ⇒ "MD", ...
Returns the value of attribute format.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def content @content end |
#format ⇒ "MD", ...
Returns the value of attribute format.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def format @format end |
#name ⇒ ::String
Returns the value of attribute name.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def name @name end |