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

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 DisableAWSServiceAccessRequest 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 disable integration with your organization. This is typically in the form of a URL, such as ‘ service-abbreviation.amazonaws.com`.

Returns:

  • (String)


962
963
964
965
# File 'lib/aws-sdk-organizations/types.rb', line 962

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