Class: Aws::EC2::Types::CreateInstanceEventWindowResult

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



8408
8409
8410
8411
8412
# File 'lib/aws-sdk-ec2/types.rb', line 8408

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