Class: Aws::Types::ResourceInventory

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#ami_id::String

Returns the value of attribute ami_id.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1226
1227
1228
# File 'sig/types.rbs', line 1226

def platform
  @platform
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:



1227
1228
1229
# File 'sig/types.rbs', line 1227

def platform_version
  @platform_version
end

#region::String

Returns the value of attribute region.

Returns:



1233
1234
1235
# File 'sig/types.rbs', line 1233

def region
  @region
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:



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.

Returns:



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.

Returns:



1228
1229
1230
# File 'sig/types.rbs', line 1228

def 
  
end

#resource_type"EC2_INSTANCE", ...

Returns the value of attribute resource_type.

Returns:



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.

Returns:



1230
1231
1232
# File 'sig/types.rbs', line 1230

def usage_operation
  @usage_operation
end