Class: Aws::Organizations::Types::ListAWSServiceAccessForOrganizationResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#enabled_service_principalsArray<Types::EnabledServicePrincipal>

A list of the service principals for the services that are enabled to integrate with your organization. Each principal is a structure that includes the name and the date that it was enabled for integration with AWS Organizations.

Returns:



1459
1460
1461
1462
1463
# File 'lib/aws-sdk-organizations/types.rb', line 1459

class ListAWSServiceAccessForOrganizationResponse < Struct.new(
  :enabled_service_principals,
  :next_token)
  include Aws::Structure
end

#next_tokenString

If present, this value indicates that there is more output available than is included in the current response. Use this value in the ‘NextToken` request parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the `NextToken` response element comes back as `null`.

Returns:

  • (String)


1459
1460
1461
1462
1463
# File 'lib/aws-sdk-organizations/types.rb', line 1459

class ListAWSServiceAccessForOrganizationResponse < Struct.new(
  :enabled_service_principals,
  :next_token)
  include Aws::Structure
end