Class: Aws::Types::DescribeMaintenanceWindowsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1373
1374
1375
# File 'sig/types.rbs', line 1373

def next_token
  @next_token
end

#window_identities::Array[Types::MaintenanceWindowIdentity]

Returns the value of attribute window_identities.

Returns:



1372
1373
1374
# File 'sig/types.rbs', line 1372

def window_identities
  @window_identities
end