Class: Aws::Notifications::Types::NotificationsAccessForOrganization

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

Overview

Orgs Service trust for User Notifications.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_statusString

Access Status for the Orgs Service.



2978
2979
2980
2981
2982
# File 'lib/aws-sdk-notifications/types.rb', line 2978

class NotificationsAccessForOrganization < Struct.new(
  :access_status)
  SENSITIVE = []
  include Aws::Structure
end