Class: Aws::Notifications::Types::GetNotificationsAccessForOrganizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::GetNotificationsAccessForOrganizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notifications_access_for_organization ⇒ Types::NotificationsAccessForOrganization
The ‘AccessStatus` of Service Trust Enablement for User Notifications to Amazon Web Services Organizations.
Instance Attribute Details
#notifications_access_for_organization ⇒ Types::NotificationsAccessForOrganization
The ‘AccessStatus` of Service Trust Enablement for User Notifications to Amazon Web Services Organizations.
1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-notifications/types.rb', line 1068 class GetNotificationsAccessForOrganizationResponse < Struct.new( :notifications_access_for_organization) SENSITIVE = [] include Aws::Structure end |