Class: Aws::DataZone::Types::SubscribedIamPrincipalInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

The details of the subscribed IAM principal.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The ARN of the subscribed IAM principal.

Returns:

  • (String)


22070
22071
22072
22073
22074
# File 'lib/aws-sdk-datazone/types.rb', line 22070

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