Class: Aws::Types::Evidence
- Inherits:
-
Object
- Object
- Aws::Types::Evidence
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_report_selection ⇒ ::String
Returns the value of attribute assessment_report_selection.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_organization ⇒ ::String
Returns the value of attribute aws_organization.
-
#compliance_check ⇒ ::String
Returns the value of attribute compliance_check.
-
#data_source ⇒ ::String
Returns the value of attribute data_source.
-
#event_name ⇒ ::String
Returns the value of attribute event_name.
-
#event_source ⇒ ::String
Returns the value of attribute event_source.
-
#evidence_aws_account_id ⇒ ::String
Returns the value of attribute evidence_aws_account_id.
-
#evidence_by_type ⇒ ::String
Returns the value of attribute evidence_by_type.
-
#evidence_folder_id ⇒ ::String
Returns the value of attribute evidence_folder_id.
-
#iam_id ⇒ ::String
Returns the value of attribute iam_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#resources_included ⇒ ::Array[Types::Resource]
Returns the value of attribute resources_included.
-
#time ⇒ ::Time
Returns the value of attribute time.
Instance Attribute Details
#assessment_report_selection ⇒ ::String
Returns the value of attribute assessment_report_selection.
583 584 585 |
# File 'sig/types.rbs', line 583 def assessment_report_selection @assessment_report_selection end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
576 577 578 |
# File 'sig/types.rbs', line 576 def attributes @attributes end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
580 581 582 |
# File 'sig/types.rbs', line 580 def aws_account_id @aws_account_id end |
#aws_organization ⇒ ::String
Returns the value of attribute aws_organization.
579 580 581 |
# File 'sig/types.rbs', line 579 def aws_organization @aws_organization end |
#compliance_check ⇒ ::String
Returns the value of attribute compliance_check.
578 579 580 |
# File 'sig/types.rbs', line 578 def compliance_check @compliance_check end |
#data_source ⇒ ::String
Returns the value of attribute data_source.
569 570 571 |
# File 'sig/types.rbs', line 569 def data_source @data_source end |
#event_name ⇒ ::String
Returns the value of attribute event_name.
573 574 575 |
# File 'sig/types.rbs', line 573 def event_name @event_name end |
#event_source ⇒ ::String
Returns the value of attribute event_source.
572 573 574 |
# File 'sig/types.rbs', line 572 def event_source @event_source end |
#evidence_aws_account_id ⇒ ::String
Returns the value of attribute evidence_aws_account_id.
570 571 572 |
# File 'sig/types.rbs', line 570 def evidence_aws_account_id @evidence_aws_account_id end |
#evidence_by_type ⇒ ::String
Returns the value of attribute evidence_by_type.
574 575 576 |
# File 'sig/types.rbs', line 574 def evidence_by_type @evidence_by_type end |
#evidence_folder_id ⇒ ::String
Returns the value of attribute evidence_folder_id.
581 582 583 |
# File 'sig/types.rbs', line 581 def evidence_folder_id @evidence_folder_id end |
#iam_id ⇒ ::String
Returns the value of attribute iam_id.
577 578 579 |
# File 'sig/types.rbs', line 577 def iam_id @iam_id end |
#id ⇒ ::String
Returns the value of attribute id.
582 583 584 |
# File 'sig/types.rbs', line 582 def id @id end |
#resources_included ⇒ ::Array[Types::Resource]
Returns the value of attribute resources_included.
575 576 577 |
# File 'sig/types.rbs', line 575 def resources_included @resources_included end |
#time ⇒ ::Time
Returns the value of attribute time.
571 572 573 |
# File 'sig/types.rbs', line 571 def time @time end |