Class: Aws::Types::Finding
- Inherits:
-
Object
- Object
- Aws::Types::Finding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::Array[::String]
Returns the value of attribute action.
-
#analyzed_at ⇒ ::Time
Returns the value of attribute analyzed_at.
-
#condition ⇒ ::Hash[::String, ::String]
Returns the value of attribute condition.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_public ⇒ Boolean
Returns the value of attribute is_public.
-
#principal ⇒ ::Hash[::String, ::String]
Returns the value of attribute principal.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#resource_control_policy_restriction ⇒ "APPLICABLE", ...
Returns the value of attribute resource_control_policy_restriction.
-
#resource_owner_account ⇒ ::String
Returns the value of attribute resource_owner_account.
-
#resource_type ⇒ "AWS::S3::Bucket", ...
Returns the value of attribute resource_type.
-
#sources ⇒ ::Array[Types::FindingSource]
Returns the value of attribute sources.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#action ⇒ ::Array[::String]
Returns the value of attribute action.
401 402 403 |
# File 'sig/types.rbs', line 401 def action @action end |
#analyzed_at ⇒ ::Time
Returns the value of attribute analyzed_at.
407 408 409 |
# File 'sig/types.rbs', line 407 def analyzed_at @analyzed_at end |
#condition ⇒ ::Hash[::String, ::String]
Returns the value of attribute condition.
405 406 407 |
# File 'sig/types.rbs', line 405 def condition @condition end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
406 407 408 |
# File 'sig/types.rbs', line 406 def created_at @created_at end |
#error ⇒ ::String
Returns the value of attribute error.
411 412 413 |
# File 'sig/types.rbs', line 411 def error @error end |
#id ⇒ ::String
Returns the value of attribute id.
399 400 401 |
# File 'sig/types.rbs', line 399 def id @id end |
#is_public ⇒ Boolean
Returns the value of attribute is_public.
403 404 405 |
# File 'sig/types.rbs', line 403 def is_public @is_public end |
#principal ⇒ ::Hash[::String, ::String]
Returns the value of attribute principal.
400 401 402 |
# File 'sig/types.rbs', line 400 def principal @principal end |
#resource ⇒ ::String
Returns the value of attribute resource.
402 403 404 |
# File 'sig/types.rbs', line 402 def resource @resource end |
#resource_control_policy_restriction ⇒ "APPLICABLE", ...
Returns the value of attribute resource_control_policy_restriction.
413 414 415 |
# File 'sig/types.rbs', line 413 def resource_control_policy_restriction @resource_control_policy_restriction end |
#resource_owner_account ⇒ ::String
Returns the value of attribute resource_owner_account.
410 411 412 |
# File 'sig/types.rbs', line 410 def resource_owner_account @resource_owner_account end |
#resource_type ⇒ "AWS::S3::Bucket", ...
Returns the value of attribute resource_type.
404 405 406 |
# File 'sig/types.rbs', line 404 def resource_type @resource_type end |
#sources ⇒ ::Array[Types::FindingSource]
Returns the value of attribute sources.
412 413 414 |
# File 'sig/types.rbs', line 412 def sources @sources end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
409 410 411 |
# File 'sig/types.rbs', line 409 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
408 409 410 |
# File 'sig/types.rbs', line 408 def updated_at @updated_at end |