Class: Aws::Types::BaselineSummary
- Inherits:
-
Object
- Object
- Aws::Types::BaselineSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
27 28 29 |
# File 'sig/types.rbs', line 27 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
29 30 31 |
# File 'sig/types.rbs', line 29 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
28 29 30 |
# File 'sig/types.rbs', line 28 def name @name end |