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
- Struct
- Aws::Organizations::Types::DisableAWSServiceAccessRequest
- 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
-
#service_principal ⇒ String
The service principal name of the AWS service for which you want to disable integration with your organization.
Instance Attribute Details
#service_principal ⇒ String
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
.