Class: Aws::Types::GetStaticIpsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


2095
2096
2097
# File 'sig/types.rbs', line 2095

def next_page_token
  @next_page_token
end

#static_ips::Array[Types::StaticIp]

Returns the value of attribute static_ips.

Returns:



2094
2095
2096
# File 'sig/types.rbs', line 2094

def static_ips
  @static_ips
end