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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 in Lightsail.

Returns:

  • (String)


9579
9580
9581
9582
9583
# File 'lib/aws-sdk-lightsail/types.rb', line 9579

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