Class: Aws::Lightsail::Types::ResetDistributionCacheResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The timestamp of the reset cache request (1479734909.17) in Unix time format.

Returns:

  • (Time)


13734
13735
13736
13737
13738
13739
13740
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13734

class ResetDistributionCacheResult < Struct.new(
  :status,
  :create_time,
  :operation)
  SENSITIVE = []
  include Aws::Structure
end

#operationTypes::Operation

An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

Returns:



13734
13735
13736
13737
13738
13739
13740
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13734

class ResetDistributionCacheResult < Struct.new(
  :status,
  :create_time,
  :operation)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the reset cache request.

Returns:

  • (String)


13734
13735
13736
13737
13738
13739
13740
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13734

class ResetDistributionCacheResult < Struct.new(
  :status,
  :create_time,
  :operation)
  SENSITIVE = []
  include Aws::Structure
end