Class: Aws::Lightsail::Types::AttachStaticIpRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::AttachStaticIpRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_name ⇒ String
The instance name to which you want to attach the static IP address.
-
#static_ip_name ⇒ String
The name of the static IP.
Instance Attribute Details
#instance_name ⇒ String
The instance name to which you want to attach the static IP address.
813 814 815 816 817 818 |
# File 'lib/aws-sdk-lightsail/types.rb', line 813 class AttachStaticIpRequest < Struct.new( :static_ip_name, :instance_name) SENSITIVE = [] include Aws::Structure end |
#static_ip_name ⇒ String
The name of the static IP.
813 814 815 816 817 818 |
# File 'lib/aws-sdk-lightsail/types.rb', line 813 class AttachStaticIpRequest < Struct.new( :static_ip_name, :instance_name) SENSITIVE = [] include Aws::Structure end |