Class: Aws::Types::GetFindingV2Response

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#analyzed_at::Time

Returns the value of attribute analyzed_at.



619
620
621
# File 'sig/types.rbs', line 619

def analyzed_at
  @analyzed_at
end

#created_at::Time

Returns the value of attribute created_at.



620
621
622
# File 'sig/types.rbs', line 620

def created_at
  @created_at
end

#error::String

Returns the value of attribute error.



621
622
623
# File 'sig/types.rbs', line 621

def error
  @error
end

#finding_details::Array[Types::FindingDetails]

Returns the value of attribute finding_details.



629
630
631
# File 'sig/types.rbs', line 629

def finding_details
  @finding_details
end

#finding_type"ExternalAccess", ...

Returns the value of attribute finding_type.



630
631
632
# File 'sig/types.rbs', line 630

def finding_type
  @finding_type
end

#id::String

Returns the value of attribute id.



622
623
624
# File 'sig/types.rbs', line 622

def id
  @id
end

#next_token::String

Returns the value of attribute next_token.



623
624
625
# File 'sig/types.rbs', line 623

def next_token
  @next_token
end

#resource::String

Returns the value of attribute resource.



624
625
626
# File 'sig/types.rbs', line 624

def resource
  @resource
end

#resource_owner_account::String

Returns the value of attribute resource_owner_account.



626
627
628
# File 'sig/types.rbs', line 626

def 
  @resource_owner_account
end

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

Returns the value of attribute resource_type.



625
626
627
# File 'sig/types.rbs', line 625

def resource_type
  @resource_type
end

#status"ACTIVE", ...

Returns the value of attribute status.



627
628
629
# File 'sig/types.rbs', line 627

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.



628
629
630
# File 'sig/types.rbs', line 628

def updated_at
  @updated_at
end