Class: Aws::Organizations::Types::DisableAWSServiceAccessRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DisableAWSServiceAccessRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_principal ⇒ String
The service principal name of the Amazon Web Services service for which you want to disable integration with your organization.
Instance Attribute Details
#service_principal ⇒ String
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`.
1776 1777 1778 1779 1780 |
# File 'lib/aws-sdk-organizations/types.rb', line 1776 class DisableAWSServiceAccessRequest < Struct.new( :service_principal) SENSITIVE = [] include Aws::Structure end |