Class: Aws::Organizations::Types::DelegatedService
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DelegatedService
- Includes:
- Structure
- Defined in:
- 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
-
#delegation_enabled_date ⇒ Time
The date that the account became a delegated administrator for this service.
-
#service_principal ⇒ String
The name of an Amazon Web Services service that can request an operation for the specified service.
Instance Attribute Details
#delegation_enabled_date ⇒ Time
The date that the account became a delegated administrator for this service.
1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-organizations/types.rb', line 1377 class DelegatedService < Struct.new( :service_principal, :delegation_enabled_date) SENSITIVE = [] include Aws::Structure end |
#service_principal ⇒ String
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`.
1377 1378 1379 1380 1381 1382 |
# File 'lib/aws-sdk-organizations/types.rb', line 1377 class DelegatedService < Struct.new( :service_principal, :delegation_enabled_date) SENSITIVE = [] include Aws::Structure end |