Class: Aws::Types::GetBaselineOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetBaselineOutput
- 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.
295 296 297 |
# File 'sig/types.rbs', line 295 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
297 298 299 |
# File 'sig/types.rbs', line 297 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
296 297 298 |
# File 'sig/types.rbs', line 296 def name @name end |