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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-organizations/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

Instance Attribute Details

#date_enabledTime

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

Returns:

  • (Time)


2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2061

class EnabledServicePrincipal < Struct.new(
  :service_principal,
  :date_enabled)
  SENSITIVE = []
  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)


2061
2062
2063
2064
2065
2066
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2061

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