Class: Aws::Organizations::Types::DelegatedService
- Inherits:
-
Struct
- Object
- Struct
- Aws::Organizations::Types::DelegatedService
- 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
-
#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.
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_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
.
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 |