Class: Aws::Types::TrustedAdvisorCheckDescription
- Inherits:
-
Object
- Object
- Aws::Types::TrustedAdvisorCheckDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#metadata ⇒ ::Array[::String]
Returns the value of attribute metadata.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
447 448 449 |
# File 'sig/types.rbs', line 447 def category @category end |
#description ⇒ ::String
Returns the value of attribute description.
446 447 448 |
# File 'sig/types.rbs', line 446 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
444 445 446 |
# File 'sig/types.rbs', line 444 def id @id end |
#metadata ⇒ ::Array[::String]
Returns the value of attribute metadata.
448 449 450 |
# File 'sig/types.rbs', line 448 def @metadata end |
#name ⇒ ::String
Returns the value of attribute name.
445 446 447 |
# File 'sig/types.rbs', line 445 def name @name end |