Class: Aws::Organizations::Types::EnableAWSServiceAccessRequest

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

Overview

Note:

When making an API call, you may pass EnableAWSServiceAccessRequest data as a hash:

{
  service_principal: "ServicePrincipal", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#service_principalString

The service principal name of the AWS service for which you want to enable integration with your organization. This is typically in the form of a URL, such as ‘ service-abbreviation.amazonaws.com`.

Returns:

  • (String)


1026
1027
1028
1029
# File 'lib/aws-sdk-organizations/types.rb', line 1026

class EnableAWSServiceAccessRequest < Struct.new(
  :service_principal)
  include Aws::Structure
end