Class: Aws::GlobalAccelerator::Types::AcceleratorEvent

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

Overview

A complex type that contains a Timestamp value and Message for changes that you make to an accelerator in Global Accelerator. Messages stored here provide progress or error information when you update an accelerator from IPv4 to dual-stack, or from dual-stack to IPv4. Global Accelerator stores a maximum of ten event messages.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A string that contains an Event message describing changes or errors when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.

Returns:

  • (String)


186
187
188
189
190
191
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 186

class AcceleratorEvent < Struct.new(
  :message,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.

Returns:

  • (Time)


186
187
188
189
190
191
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 186

class AcceleratorEvent < Struct.new(
  :message,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end