Class: Aws::ApplicationDiscoveryService::Types::ExportConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::ExportConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_id ⇒ String
A unique identifier that you can use to query the export status.
Instance Attribute Details
#export_id ⇒ String
A unique identifier that you can use to query the export status.
1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1195 class ExportConfigurationsResponse < Struct.new( :export_id) SENSITIVE = [] include Aws::Structure end |