Class: Aws::Types::ListDomainNamesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDomainNamesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name_configs ⇒ ::Array[Types::DomainNameConfig]
Returns the value of attribute domain_name_configs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#domain_name_configs ⇒ ::Array[Types::DomainNameConfig]
Returns the value of attribute domain_name_configs.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def domain_name_configs @domain_name_configs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def next_token @next_token end |