Class: Aws::SSM::Types::GetMaintenanceWindowRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#window_idString

The ID of the maintenance window for which you want to retrieve information.

Returns:

  • (String)


8206
8207
8208
8209
8210
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8206

class GetMaintenanceWindowRequest < Struct.new(
  :window_id)
  SENSITIVE = []
  include Aws::Structure
end