Class: Aws::Lightsail::Types::ReleaseStaticIpRequest

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 ReleaseStaticIpRequest 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 to delete.

Returns:

  • (String)


6860
6861
6862
6863
# File 'lib/aws-sdk-lightsail/types.rb', line 6860

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