Class: Aws::Types::Finding
- Inherits:
-
Object
- Object
- Aws::Types::Finding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#associated_attack_sequence_arn ⇒ ::String
Returns the value of attribute associated_attack_sequence_arn.
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#created_at ⇒ ::String
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#partition ⇒ ::String
Returns the value of attribute partition.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resource ⇒ Types::Resource
Returns the value of attribute resource.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
-
#service ⇒ Types::Service
Returns the value of attribute service.
-
#severity ⇒ ::Float
Returns the value of attribute severity.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def account_id @account_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def arn @arn end |
#associated_attack_sequence_arn ⇒ ::String
Returns the value of attribute associated_attack_sequence_arn.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def associated_attack_sequence_arn @associated_attack_sequence_arn end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def confidence @confidence end |
#created_at ⇒ ::String
Returns the value of attribute created_at.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def id @id end |
#partition ⇒ ::String
Returns the value of attribute partition.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def partition @partition end |
#region ⇒ ::String
Returns the value of attribute region.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def region @region end |
#resource ⇒ Types::Resource
Returns the value of attribute resource.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def resource @resource end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def schema_version @schema_version end |
#service ⇒ Types::Service
Returns the value of attribute service.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def service @service end |
#severity ⇒ ::Float
Returns the value of attribute severity.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def severity @severity end |
#title ⇒ ::String
Returns the value of attribute title.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def title @title end |
#type ⇒ ::String
Returns the value of attribute type.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def type @type end |
#updated_at ⇒ ::String
Returns the value of attribute updated_at.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def updated_at @updated_at end |