Class: Aws::EC2::Types::DisassociateInstanceEventWindowResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_event_windowTypes::InstanceEventWindow

Information about the event window.



29339
29340
29341
29342
29343
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 29339

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