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)


1373
1374
1375
1376
1377
1378
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1373

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)


1373
1374
1375
1376
1377
1378
# File 'gems/aws-sdk-organizations/lib/aws-sdk-organizations/types.rb', line 1373

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