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)


20100
20101
20102
20103
20104
# File 'lib/aws-sdk-datazone/types.rb', line 20100

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