Class: Aws::GlobalAccelerator::Types::ByoipCidrEvent
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ByoipCidrEvent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
A complex type that contains a ‘Message` and a `Timestamp` value for changes that you make in the status of an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A string that contains an ‘Event` message describing changes that you make in the status of an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
-
#timestamp ⇒ Time
A timestamp for when you make a status change for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
Instance Attribute Details
#message ⇒ String
A string that contains an ‘Event` message describing changes that you make in the status of an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
578 579 580 581 582 583 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 578 class ByoipCidrEvent < Struct.new( :message, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
A timestamp for when you make a status change for an IP address range that you bring to Global Accelerator through bring your own IP address (BYOIP).
578 579 580 581 582 583 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 578 class ByoipCidrEvent < Struct.new( :message, :timestamp) SENSITIVE = [] include Aws::Structure end |