Class: Aws::Types::ListDomainMaintenancesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDomainMaintenancesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_maintenances ⇒ ::Array[Types::DomainMaintenanceDetails]
Returns the value of attribute domain_maintenances.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#domain_maintenances ⇒ ::Array[Types::DomainMaintenanceDetails]
Returns the value of attribute domain_maintenances.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def domain_maintenances @domain_maintenances end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def next_token @next_token end |