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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


19580
19581
19582
19583
19584
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 19580

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