Class: Aws::Types::ListDomainMaintenancesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_maintenances::Array[Types::DomainMaintenanceDetails]

Returns the value of attribute domain_maintenances.

Returns:



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.

Returns:

  • (::String)


1651
1652
1653
# File 'sig/types.rbs', line 1651

def next_token
  @next_token
end