Class: Aws::Types::FindingSummary

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#action::Array[::String]

Returns the value of attribute action.



465
466
467
# File 'sig/types.rbs', line 465

def action
  @action
end

#analyzed_at::Time

Returns the value of attribute analyzed_at.



471
472
473
# File 'sig/types.rbs', line 471

def analyzed_at
  @analyzed_at
end

#condition::Hash[::String, ::String]

Returns the value of attribute condition.



469
470
471
# File 'sig/types.rbs', line 469

def condition
  @condition
end

#created_at::Time

Returns the value of attribute created_at.



470
471
472
# File 'sig/types.rbs', line 470

def created_at
  @created_at
end

#error::String

Returns the value of attribute error.



475
476
477
# File 'sig/types.rbs', line 475

def error
  @error
end

#id::String

Returns the value of attribute id.



463
464
465
# File 'sig/types.rbs', line 463

def id
  @id
end

#is_publicBoolean

Returns the value of attribute is_public.



467
468
469
# File 'sig/types.rbs', line 467

def is_public
  @is_public
end

#principal::Hash[::String, ::String]

Returns the value of attribute principal.



464
465
466
# File 'sig/types.rbs', line 464

def principal
  @principal
end

#resource::String

Returns the value of attribute resource.



466
467
468
# File 'sig/types.rbs', line 466

def resource
  @resource
end

#resource_control_policy_restriction"APPLICABLE", ...

Returns the value of attribute resource_control_policy_restriction.



477
478
479
# File 'sig/types.rbs', line 477

def resource_control_policy_restriction
  @resource_control_policy_restriction
end

#resource_owner_account::String

Returns the value of attribute resource_owner_account.



474
475
476
# File 'sig/types.rbs', line 474

def 
  
end

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

Returns the value of attribute resource_type.



468
469
470
# File 'sig/types.rbs', line 468

def resource_type
  @resource_type
end

#sources::Array[Types::FindingSource]

Returns the value of attribute sources.



476
477
478
# File 'sig/types.rbs', line 476

def sources
  @sources
end

#status"ACTIVE", ...

Returns the value of attribute status.



473
474
475
# File 'sig/types.rbs', line 473

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.



472
473
474
# File 'sig/types.rbs', line 472

def updated_at
  @updated_at
end