You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A structure that contains details of a service principal that represents an AWS service 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)

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

#service_principalString

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

Returns:

  • (String)

    The name of the service principal.