Class: Aws::Types::ResourceResult
- Inherits:
-
Object
- Object
- Aws::Types::ResourceResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#account_name ⇒ ::String
Returns the value of attribute account_name.
-
#discovery_type ⇒ "Managed", "SelfHosted"
Returns the value of attribute discovery_type.
-
#findings_summary ⇒ ::Array[Types::ResourceFindingsSummary]
Returns the value of attribute findings_summary.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resource_category ⇒ "Compute", ...
Returns the value of attribute resource_category.
-
#resource_cloud_partition ⇒ ::String
Returns the value of attribute resource_cloud_partition.
-
#resource_config ⇒ Object
Returns the value of attribute resource_config.
-
#resource_creation_time_dt ⇒ ::String
Returns the value of attribute resource_creation_time_dt.
-
#resource_detail_capture_time_dt ⇒ ::String
Returns the value of attribute resource_detail_capture_time_dt.
-
#resource_guid ⇒ ::String
Returns the value of attribute resource_guid.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_info ⇒ Types::ResourceInfo
Returns the value of attribute resource_info.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#resource_owner_account_id ⇒ ::String
Returns the value of attribute resource_owner_account_id.
-
#resource_owner_org_id ⇒ ::String
Returns the value of attribute resource_owner_org_id.
-
#resource_provider ⇒ ::String
Returns the value of attribute resource_provider.
-
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
-
#resource_sub_category ⇒ "Model", ...
Returns the value of attribute resource_sub_category.
-
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
7217 7218 7219 |
# File 'sig/types.rbs', line 7217 def account_id @account_id end |
#account_name ⇒ ::String
Returns the value of attribute account_name.
7218 7219 7220 |
# File 'sig/types.rbs', line 7218 def account_name @account_name end |
#discovery_type ⇒ "Managed", "SelfHosted"
Returns the value of attribute discovery_type.
7234 7235 7236 |
# File 'sig/types.rbs', line 7234 def discovery_type @discovery_type end |
#findings_summary ⇒ ::Array[Types::ResourceFindingsSummary]
Returns the value of attribute findings_summary.
7230 7231 7232 |
# File 'sig/types.rbs', line 7230 def findings_summary @findings_summary end |
#region ⇒ ::String
Returns the value of attribute region.
7219 7220 7221 |
# File 'sig/types.rbs', line 7219 def region @region end |
#resource_category ⇒ "Compute", ...
Returns the value of attribute resource_category.
7225 7226 7227 |
# File 'sig/types.rbs', line 7225 def resource_category @resource_category end |
#resource_cloud_partition ⇒ ::String
Returns the value of attribute resource_cloud_partition.
7223 7224 7225 |
# File 'sig/types.rbs', line 7223 def resource_cloud_partition @resource_cloud_partition end |
#resource_config ⇒ Object
Returns the value of attribute resource_config.
7232 7233 7234 |
# File 'sig/types.rbs', line 7232 def resource_config @resource_config end |
#resource_creation_time_dt ⇒ ::String
Returns the value of attribute resource_creation_time_dt.
7228 7229 7230 |
# File 'sig/types.rbs', line 7228 def resource_creation_time_dt @resource_creation_time_dt end |
#resource_detail_capture_time_dt ⇒ ::String
Returns the value of attribute resource_detail_capture_time_dt.
7229 7230 7231 |
# File 'sig/types.rbs', line 7229 def resource_detail_capture_time_dt @resource_detail_capture_time_dt end |
#resource_guid ⇒ ::String
Returns the value of attribute resource_guid.
7215 7216 7217 |
# File 'sig/types.rbs', line 7215 def resource_guid @resource_guid end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
7216 7217 7218 |
# File 'sig/types.rbs', line 7216 def resource_id @resource_id end |
#resource_info ⇒ Types::ResourceInfo
Returns the value of attribute resource_info.
7235 7236 7237 |
# File 'sig/types.rbs', line 7235 def resource_info @resource_info end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
7227 7228 7229 |
# File 'sig/types.rbs', line 7227 def resource_name @resource_name end |
#resource_owner_account_id ⇒ ::String
Returns the value of attribute resource_owner_account_id.
7221 7222 7223 |
# File 'sig/types.rbs', line 7221 def resource_owner_account_id @resource_owner_account_id end |
#resource_owner_org_id ⇒ ::String
Returns the value of attribute resource_owner_org_id.
7222 7223 7224 |
# File 'sig/types.rbs', line 7222 def resource_owner_org_id @resource_owner_org_id end |
#resource_provider ⇒ ::String
Returns the value of attribute resource_provider.
7220 7221 7222 |
# File 'sig/types.rbs', line 7220 def resource_provider @resource_provider end |
#resource_region ⇒ ::String
Returns the value of attribute resource_region.
7224 7225 7226 |
# File 'sig/types.rbs', line 7224 def resource_region @resource_region end |
#resource_sub_category ⇒ "Model", ...
Returns the value of attribute resource_sub_category.
7233 7234 7235 |
# File 'sig/types.rbs', line 7233 def resource_sub_category @resource_sub_category end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
7231 7232 7233 |
# File 'sig/types.rbs', line 7231 def @resource_tags end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
7226 7227 7228 |
# File 'sig/types.rbs', line 7226 def resource_type @resource_type end |