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)


2050
2051
2052
2053
2054
2055
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2050

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)


2050
2051
2052
2053
2054
2055
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 2050

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