Class: Aws::Types::GetStaticIpsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetStaticIpsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
-
#static_ips ⇒ ::Array[Types::StaticIp]
Returns the value of attribute static_ips.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
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.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def static_ips @static_ips end |