Class: Aws::DataZone::Types::SubscribedIamPrincipalInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SubscribedIamPrincipalInput
- 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
-
#identifier ⇒ String
The ARN of the subscribed IAM principal.
Instance Attribute Details
#identifier ⇒ String
The ARN of the subscribed IAM principal.
20100 20101 20102 20103 20104 |
# File 'lib/aws-sdk-datazone/types.rb', line 20100 class SubscribedIamPrincipalInput < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |