Class: Aws::GlobalAccelerator::Types::ByoipCidrEvent

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/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

Instance Attribute Details

#messageString

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).

Returns:

  • (String)


578
579
580
581
582
583
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 578

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

#timestampTime

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).

Returns:

  • (Time)


578
579
580
581
582
583
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 578

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