Class: Aws::Lightsail::Types::AllocateStaticIpRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::AllocateStaticIpRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#static_ip_name ⇒ String
The name of the static IP address.
Instance Attribute Details
#static_ip_name ⇒ String
The name of the static IP address.
614 615 616 617 618 |
# File 'lib/aws-sdk-lightsail/types.rb', line 614 class AllocateStaticIpRequest < Struct.new( :static_ip_name) SENSITIVE = [] include Aws::Structure end |