Class: Aws::Organizations::Types::EnabledServicePrincipal
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::EnabledServicePrincipal
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-organizations/types.rb
Overview
A structure that contains details of a service principal that represents an Amazon Web Services service that is enabled to integrate with Organizations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#date_enabled ⇒ Time
The date that the service principal was enabled for integration with Organizations.
-
#service_principal ⇒ String
The name of the service principal.
Instance Attribute Details
#date_enabled ⇒ Time
The date that the service principal was enabled for integration with Organizations.
2070 2071 2072 2073 2074 2075 |
# File 'lib/aws-sdk-organizations/types.rb', line 2070 class EnabledServicePrincipal < Struct.new( :service_principal, :date_enabled) SENSITIVE = [] include Aws::Structure end |
#service_principal ⇒ String
The name of the service principal. This is typically in the form of a URL, such as: ‘ servicename.amazonaws.com`.
2070 2071 2072 2073 2074 2075 |
# File 'lib/aws-sdk-organizations/types.rb', line 2070 class EnabledServicePrincipal < Struct.new( :service_principal, :date_enabled) SENSITIVE = [] include Aws::Structure end |