Class: Aws::Types::GetDedicatedIpsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDedicatedIpsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
829 830 831 |
# File 'sig/types.rbs', line 829 def next_token @next_token end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
830 831 832 |
# File 'sig/types.rbs', line 830 def page_size @page_size end |
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
828 829 830 |
# File 'sig/types.rbs', line 828 def pool_name @pool_name end |