Class: Aws::Lightsail::Types::GetStaticIpRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Note:

When making an API call, you may pass GetStaticIpRequest data as a hash:

{
  static_ip_name: "ResourceName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#static_ip_nameString

The name of the static IP in Lightsail.

Returns:

  • (String)


4683
4684
4685
4686
# File 'lib/aws-sdk-lightsail/types.rb', line 4683

class GetStaticIpRequest < Struct.new(
  :static_ip_name)
  include Aws::Structure
end