Class: Aws::GlobalAccelerator::Types::AcceleratorEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::AcceleratorEvent
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
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.
-
#timestamp ⇒ Time
A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.
Instance Attribute Details
#message ⇒ String
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.
186 187 188 189 190 191 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 186 class AcceleratorEvent < Struct.new( :message, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
A timestamp for when you update an accelerator in Global Accelerator from IPv4 to dual-stack, or dual-stack to IPv4.
186 187 188 189 190 191 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 186 class AcceleratorEvent < Struct.new( :message, :timestamp) SENSITIVE = [] include Aws::Structure end |