Class: Aws::EC2::Types::DeleteCapacityManagerDataExportResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_manager_data_export_idString

The unique identifier of the deleted data export configuration.

Returns:

  • (String)


17329
17330
17331
17332
17333
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 17329

class DeleteCapacityManagerDataExportResult < Struct.new(
  :capacity_manager_data_export_id)
  SENSITIVE = []
  include Aws::Structure
end