Class: Aws::EC2::Types::DescribeInstanceEventWindowsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeInstanceEventWindowsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_event_windows ⇒ Array<Types::InstanceEventWindow>
Information about the event windows.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#instance_event_windows ⇒ Array<Types::InstanceEventWindow>
Information about the event windows.
21507 21508 21509 21510 21511 21512 |
# File 'lib/aws-sdk-ec2/types.rb', line 21507 class DescribeInstanceEventWindowsResult < Struct.new( :instance_event_windows, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
21507 21508 21509 21510 21511 21512 |
# File 'lib/aws-sdk-ec2/types.rb', line 21507 class DescribeInstanceEventWindowsResult < Struct.new( :instance_event_windows, :next_token) SENSITIVE = [] include Aws::Structure end |