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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


8169
8170
8171
8172
8173
# File 'lib/aws-sdk-ssm/types.rb', line 8169

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