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.
2083 2084 2085 2086 2087 2088 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2083 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.
2083 2084 2085 2086 2087 2088 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2083 class StopContinuousExportResponse < Struct.new( :start_time, :stop_time) SENSITIVE = [] include Aws::Structure end |