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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_principalString

The service principal name of the Amazon Web Services 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)


1804
1805
1806
1807
1808
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1804

class DisableAWSServiceAccessRequest < Struct.new(
  :service_principal)
  SENSITIVE = []
  include Aws::Structure
end