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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#static_ip_nameString

The name of the static IP to delete.

Returns:

  • (String)


13325
13326
13327
13328
13329
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 13325

class ReleaseStaticIpRequest < Struct.new(
  :static_ip_name)
  SENSITIVE = []
  include Aws::Structure
end