Class: Aws::Types::UpdateFailureModeFindingRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFailureModeFindingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#status ⇒ "OPEN", ...
Returns the value of attribute status.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def comment @comment end |
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def finding_id @finding_id end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def service_arn @service_arn end |
#status ⇒ "OPEN", ...
Returns the value of attribute status.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def status @status end |