Class: Aws::Types::AccessPreviewFinding
- Inherits:
-
Object
- Object
- Aws::Types::AccessPreviewFinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::Array[::String]
Returns the value of attribute action.
-
#change_type ⇒ "CHANGED", ...
Returns the value of attribute change_type.
-
#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.
-
#existing_finding_id ⇒ ::String
Returns the value of attribute existing_finding_id.
-
#existing_finding_status ⇒ "ACTIVE", ...
Returns the value of attribute existing_finding_status.
-
#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.
Instance Attribute Details
#action ⇒ ::Array[::String]
Returns the value of attribute action.
37 38 39 |
# File 'sig/types.rbs', line 37 def action @action end |
#change_type ⇒ "CHANGED", ...
Returns the value of attribute change_type.
43 44 45 |
# File 'sig/types.rbs', line 43 def change_type @change_type end |
#condition ⇒ ::Hash[::String, ::String]
Returns the value of attribute condition.
38 39 40 |
# File 'sig/types.rbs', line 38 def condition @condition end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
42 43 44 |
# File 'sig/types.rbs', line 42 def created_at @created_at end |
#error ⇒ ::String
Returns the value of attribute error.
46 47 48 |
# File 'sig/types.rbs', line 46 def error @error end |
#existing_finding_id ⇒ ::String
Returns the value of attribute existing_finding_id.
34 35 36 |
# File 'sig/types.rbs', line 34 def existing_finding_id @existing_finding_id end |
#existing_finding_status ⇒ "ACTIVE", ...
Returns the value of attribute existing_finding_status.
35 36 37 |
# File 'sig/types.rbs', line 35 def existing_finding_status @existing_finding_status end |
#id ⇒ ::String
Returns the value of attribute id.
33 34 35 |
# File 'sig/types.rbs', line 33 def id @id end |
#is_public ⇒ Boolean
Returns the value of attribute is_public.
40 41 42 |
# File 'sig/types.rbs', line 40 def is_public @is_public end |
#principal ⇒ ::Hash[::String, ::String]
Returns the value of attribute principal.
36 37 38 |
# File 'sig/types.rbs', line 36 def principal @principal end |
#resource ⇒ ::String
Returns the value of attribute resource.
39 40 41 |
# File 'sig/types.rbs', line 39 def resource @resource end |
#resource_control_policy_restriction ⇒ "APPLICABLE", ...
Returns the value of attribute resource_control_policy_restriction.
48 49 50 |
# File 'sig/types.rbs', line 48 def resource_control_policy_restriction @resource_control_policy_restriction end |
#resource_owner_account ⇒ ::String
Returns the value of attribute resource_owner_account.
45 46 47 |
# File 'sig/types.rbs', line 45 def resource_owner_account @resource_owner_account end |
#resource_type ⇒ "AWS::S3::Bucket", ...
Returns the value of attribute resource_type.
41 42 43 |
# File 'sig/types.rbs', line 41 def resource_type @resource_type end |
#sources ⇒ ::Array[Types::FindingSource]
Returns the value of attribute sources.
47 48 49 |
# File 'sig/types.rbs', line 47 def sources @sources end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
44 45 46 |
# File 'sig/types.rbs', line 44 def status @status end |