Class: Aws::ApplicationDiscoveryService::Types::StopContinuousExportResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationdiscoveryservice/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#start_timeTime

Timestamp that represents when this continuous export started collecting data.

Returns:

  • (Time)


2083
2084
2085
2086
2087
2088
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2083

class StopContinuousExportResponse < Struct.new(
  :start_time,
  :stop_time)
  SENSITIVE = []
  include Aws::Structure
end

#stop_timeTime

Timestamp that represents when this continuous export was stopped.

Returns:

  • (Time)


2083
2084
2085
2086
2087
2088
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 2083

class StopContinuousExportResponse < Struct.new(
  :start_time,
  :stop_time)
  SENSITIVE = []
  include Aws::Structure
end