Class: Aws::Notifications::Types::GetNotificationsAccessForOrganizationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#notifications_access_for_organizationTypes::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