Class: Aws::ARCZonalShift::Types::GetAutoshiftObserverNotificationStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::GetAutoshiftObserverNotificationStatusResponse
- Defined in:
- gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of autoshift observer notification.
Instance Attribute Details
#status ⇒ String
The status of autoshift observer notification. If the status is
ENABLED
, Route 53 ARC includes all autoshift events when you use
the Amazon EventBridge pattern Autoshift In Progress
. When the
status is DISABLED
, Route 53 ARC includes only autoshift events
for autoshifts when one or more of your resources is included in the
autoshift.
371 372 373 374 375 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 371 class GetAutoshiftObserverNotificationStatusResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |