Class: Aws::Types::SubCheckResult
- Inherits:
-
Object
- Object
- Aws::Types::SubCheckResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#references ⇒ ::Array[::String]
Returns the value of attribute references.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
544 545 546 |
# File 'sig/types.rbs', line 544 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
542 543 544 |
# File 'sig/types.rbs', line 542 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
543 544 545 |
# File 'sig/types.rbs', line 543 def name @name end |
#references ⇒ ::Array[::String]
Returns the value of attribute references.
545 546 547 |
# File 'sig/types.rbs', line 545 def references @references end |