Class: Aws::GlobalAccelerator::Types::CidrAuthorizationContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::CidrAuthorizationContext
- Defined in:
- gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb
Overview
Provides authorization for Amazon to bring a specific IP address range to a specific Amazon Web Services account using bring your own IP addresses (BYOIP).
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The plain-text authorization message for the prefix and account.
-
#signature ⇒ String
The signed authorization message for the prefix and account.
Instance Attribute Details
#message ⇒ String
The plain-text authorization message for the prefix and account.
619 620 621 622 623 624 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 619 class CidrAuthorizationContext < Struct.new( :message, :signature) SENSITIVE = [] include Aws::Structure end |
#signature ⇒ String
The signed authorization message for the prefix and account.
619 620 621 622 623 624 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 619 class CidrAuthorizationContext < Struct.new( :message, :signature) SENSITIVE = [] include Aws::Structure end |