Class: Aws::Types::UpdateFindingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFindingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#ids ⇒ ::Array[::String]
Returns the value of attribute ids.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#status ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute status.
Instance Attribute Details
#analyzer_arn ⇒ ::String
Returns the value of attribute analyzer_arn.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def analyzer_arn @analyzer_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def client_token @client_token end |
#ids ⇒ ::Array[::String]
Returns the value of attribute ids.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def ids @ids end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def resource_arn @resource_arn end |
#status ⇒ "ACTIVE", "ARCHIVED"
Returns the value of attribute status.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def status @status end |