Class: Aws::Types::ListDomainsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDomainsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_number_of_domains ⇒ ::Integer
Returns the value of attribute max_number_of_domains.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#max_number_of_domains ⇒ ::Integer
Returns the value of attribute max_number_of_domains.
127 128 129 |
# File 'sig/types.rbs', line 127 def max_number_of_domains @max_number_of_domains end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
128 129 130 |
# File 'sig/types.rbs', line 128 def next_token @next_token end |