Class: Aws::LaunchWizard::Types::DelegatedAdminConstraint

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

Overview

The deployment must be initiated from a delegated administrator account for the specified service principal.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_principalString

The service principal for which the account must be a delegated administrator. For example, stacksets.cloudformation.amazonaws.com.

Returns:

  • (String)


128
129
130
131
132
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 128

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