Class: Aws::Types::ListDomainsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListDomainsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_names ⇒ ::Array[::String]
Returns the value of attribute domain_names.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#domain_names ⇒ ::Array[::String]
Returns the value of attribute domain_names.
133 134 135 |
# File 'sig/types.rbs', line 133 def domain_names @domain_names end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
134 135 136 |
# File 'sig/types.rbs', line 134 def next_token @next_token end |