Class: Aws::Organizations::Types::EnabledServicePrincipal

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

Overview

A structure that contains details of a service principal that is enabled to integrate with AWS Organizations.

Instance Attribute Summary collapse

Instance Attribute Details

#date_enabledTime

The date that the service principal was enabled for integration with AWS Organizations.

Returns:

  • (Time)


1108
1109
1110
1111
1112
# File 'lib/aws-sdk-organizations/types.rb', line 1108

class EnabledServicePrincipal < Struct.new(
  :service_principal,
  :date_enabled)
  include Aws::Structure
end

#service_principalString

The name of the service principal. This is typically in the form of a URL, such as: ‘ servicename.amazonaws.com`.

Returns:

  • (String)


1108
1109
1110
1111
1112
# File 'lib/aws-sdk-organizations/types.rb', line 1108

class EnabledServicePrincipal < Struct.new(
  :service_principal,
  :date_enabled)
  include Aws::Structure
end