Class: Aws::ApplicationDiscoveryService::Types::StopContinuousExportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::StopContinuousExportResponse
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#start_time ⇒ Time
Timestamp that represents when this continuous export started collecting data.
-
#stop_time ⇒ Time
Timestamp that represents when this continuous export was stopped.
Instance Attribute Details
#start_time ⇒ Time
Timestamp that represents when this continuous export started collecting data.
1849 1850 1851 1852 1853 1854 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1849 class StopContinuousExportResponse < Struct.new( :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |
#stop_time ⇒ Time
Timestamp that represents when this continuous export was stopped.
1849 1850 1851 1852 1853 1854 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1849 class StopContinuousExportResponse < Struct.new( :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |