Class: Aws::Types::CoveredResource
- Inherits:
-
Object
- Object
- Aws::Types::CoveredResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#last_scanned_at ⇒ ::Time
Returns the value of attribute last_scanned_at.
-
#provider ⇒ "AWS", "AZURE"
Returns the value of attribute provider.
-
#provider_account_id ⇒ ::String
Returns the value of attribute provider_account_id.
-
#provider_org_id ⇒ ::String
Returns the value of attribute provider_org_id.
-
#provider_partition ⇒ ::String
Returns the value of attribute provider_partition.
-
#provider_region ⇒ ::String
Returns the value of attribute provider_region.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_metadata ⇒ Types::ResourceScanMetadata
Returns the value of attribute resource_metadata.
-
#resource_type ⇒ "AWS_EC2_INSTANCE", ...
Returns the value of attribute resource_type.
-
#scan_mode ⇒ "EC2_SSM_AGENT_BASED", ...
Returns the value of attribute scan_mode.
-
#scan_status ⇒ Types::ScanStatus
Returns the value of attribute scan_status.
-
#scan_type ⇒ "NETWORK", ...
Returns the value of attribute scan_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
988 989 990 |
# File 'sig/types.rbs', line 988 def account_id @account_id end |
#last_scanned_at ⇒ ::Time
Returns the value of attribute last_scanned_at.
992 993 994 |
# File 'sig/types.rbs', line 992 def last_scanned_at @last_scanned_at end |
#provider ⇒ "AWS", "AZURE"
Returns the value of attribute provider.
994 995 996 |
# File 'sig/types.rbs', line 994 def provider @provider end |
#provider_account_id ⇒ ::String
Returns the value of attribute provider_account_id.
995 996 997 |
# File 'sig/types.rbs', line 995 def provider_account_id @provider_account_id end |
#provider_org_id ⇒ ::String
Returns the value of attribute provider_org_id.
996 997 998 |
# File 'sig/types.rbs', line 996 def provider_org_id @provider_org_id end |
#provider_partition ⇒ ::String
Returns the value of attribute provider_partition.
998 999 1000 |
# File 'sig/types.rbs', line 998 def provider_partition @provider_partition end |
#provider_region ⇒ ::String
Returns the value of attribute provider_region.
997 998 999 |
# File 'sig/types.rbs', line 997 def provider_region @provider_region end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
987 988 989 |
# File 'sig/types.rbs', line 987 def resource_id @resource_id end |
#resource_metadata ⇒ Types::ResourceScanMetadata
Returns the value of attribute resource_metadata.
991 992 993 |
# File 'sig/types.rbs', line 991 def @resource_metadata end |
#resource_type ⇒ "AWS_EC2_INSTANCE", ...
Returns the value of attribute resource_type.
986 987 988 |
# File 'sig/types.rbs', line 986 def resource_type @resource_type end |
#scan_mode ⇒ "EC2_SSM_AGENT_BASED", ...
Returns the value of attribute scan_mode.
993 994 995 |
# File 'sig/types.rbs', line 993 def scan_mode @scan_mode end |
#scan_status ⇒ Types::ScanStatus
Returns the value of attribute scan_status.
990 991 992 |
# File 'sig/types.rbs', line 990 def scan_status @scan_status end |
#scan_type ⇒ "NETWORK", ...
Returns the value of attribute scan_type.
989 990 991 |
# File 'sig/types.rbs', line 989 def scan_type @scan_type end |