Class: Aws::Lightsail::Types::DetachStaticIpRequest

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 detach from the instance.

Returns:

  • (String)


5497
5498
5499
5500
5501
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5497

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