Class: Aws::GlobalAccelerator::Types::CreateAcceleratorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::CreateAcceleratorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accelerator ⇒ Types::Accelerator
The accelerator that is created by specifying a listener and the supported IP address types.
Instance Attribute Details
#accelerator ⇒ Types::Accelerator
The accelerator that is created by specifying a listener and the supported IP address types.
728 729 730 731 732 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 728 class CreateAcceleratorResponse < Struct.new( :accelerator) SENSITIVE = [] include Aws::Structure end |