You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::ApplicationDiscoveryService::Types::ExportConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::ExportConfigurationsResponse
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
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.
952 953 954 955 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 952 class ExportConfigurationsResponse < Struct.new( :export_id) include Aws::Structure end |