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.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def comment @comment end |
#finding_id ⇒ ::String
Returns the value of attribute finding_id.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def finding_id @finding_id end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def service_arn @service_arn end |
#status ⇒ "OPEN", ...
Returns the value of attribute status.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def status @status end |