Class: Aws::Types::DescribeInstanceEventWindowsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstanceEventWindowsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_event_windows ⇒ ::Array[Types::InstanceEventWindow]
Returns the value of attribute instance_event_windows.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instance_event_windows ⇒ ::Array[Types::InstanceEventWindow]
Returns the value of attribute instance_event_windows.
6037 6038 6039 |
# File 'sig/types.rbs', line 6037 def instance_event_windows @instance_event_windows end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6038 6039 6040 |
# File 'sig/types.rbs', line 6038 def next_token @next_token end |