Class: Aws::Types::ResourceInventory
- Inherits:
-
Object
- Object
- Aws::Types::ResourceInventory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ami_id ⇒ ::String
Returns the value of attribute ami_id.
-
#host_id ⇒ ::String
Returns the value of attribute host_id.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#marketplace_product_codes ⇒ ::Array[::String]
Returns the value of attribute marketplace_product_codes.
-
#platform ⇒ ::String
Returns the value of attribute platform.
-
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_owning_account_id ⇒ ::String
Returns the value of attribute resource_owning_account_id.
-
#resource_type ⇒ "EC2_INSTANCE", ...
Returns the value of attribute resource_type.
-
#usage_operation ⇒ ::String
Returns the value of attribute usage_operation.
Instance Attribute Details
#ami_id ⇒ ::String
Returns the value of attribute ami_id.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def ami_id @ami_id end |
#host_id ⇒ ::String
Returns the value of attribute host_id.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def host_id @host_id end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def instance_type @instance_type end |
#marketplace_product_codes ⇒ ::Array[::String]
Returns the value of attribute marketplace_product_codes.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def marketplace_product_codes @marketplace_product_codes end |
#platform ⇒ ::String
Returns the value of attribute platform.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def platform @platform end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def platform_version @platform_version end |
#region ⇒ ::String
Returns the value of attribute region.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def region @region end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def resource_arn @resource_arn end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def resource_id @resource_id end |
#resource_owning_account_id ⇒ ::String
Returns the value of attribute resource_owning_account_id.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def resource_owning_account_id @resource_owning_account_id end |
#resource_type ⇒ "EC2_INSTANCE", ...
Returns the value of attribute resource_type.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def resource_type @resource_type end |
#usage_operation ⇒ ::String
Returns the value of attribute usage_operation.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def usage_operation @usage_operation end |