Class: Aws::Organizations::Types::DelegatedService

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

Overview

Contains information about the Amazon Web Services service for which the account is a delegated administrator.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delegation_enabled_dateTime

The date that the account became a delegated administrator for this service.

Returns:

  • (Time)


1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1387

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

#service_principalString

The name of an Amazon Web Services service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

Returns:

  • (String)


1387
1388
1389
1390
1391
1392
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1387

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