Class: Aws::Types::AccessPreviewFinding

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action::Array[::String]

Returns the value of attribute action.

Returns:



37
38
39
# File 'sig/types.rbs', line 37

def action
  @action
end

#change_type"CHANGED", ...

Returns the value of attribute change_type.

Returns:



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.

Returns:



38
39
40
# File 'sig/types.rbs', line 38

def condition
  @condition
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



42
43
44
# File 'sig/types.rbs', line 42

def created_at
  @created_at
end

#error::String

Returns the value of attribute error.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



33
34
35
# File 'sig/types.rbs', line 33

def id
  @id
end

#is_publicBoolean

Returns the value of attribute is_public.

Returns:



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.

Returns:



36
37
38
# File 'sig/types.rbs', line 36

def principal
  @principal
end

#resource::String

Returns the value of attribute resource.

Returns:



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.

Returns:



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.

Returns:



45
46
47
# File 'sig/types.rbs', line 45

def 
  
end

#resource_type"AWS::S3::Bucket", ...

Returns the value of attribute resource_type.

Returns:



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.

Returns:



47
48
49
# File 'sig/types.rbs', line 47

def sources
  @sources
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:



44
45
46
# File 'sig/types.rbs', line 44

def status
  @status
end