You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Organizations::Types::DisableAWSServiceAccessRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DisableAWSServiceAccessRequest as input to an Aws::Client method, you can use a vanilla 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 disable integration with your organization. This is typically in the form of a URL, such as service-abbreviation.amazonaws.com.

Returns:

  • (String)

    The service principal name of the AWS service for which you want to disable integration with your organization.