Class: Aws::ApplicationDiscoveryService::Types::StopContinuousExportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::StopContinuousExportResponse
- Includes:
- Structure
- Defined in:
- 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.
2092 2093 2094 2095 2096 2097 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2092 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.
2092 2093 2094 2095 2096 2097 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2092 class StopContinuousExportResponse < Struct.new( :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |