Class: Aws::DataZone::Types::SubscribedIamPrincipal
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SubscribedIamPrincipal
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The IAM principal that subscribes to the asset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#principal_arn ⇒ String
The ARN of the subscribed IAM principal.
Instance Attribute Details
#principal_arn ⇒ String
The ARN of the subscribed IAM principal.
20086 20087 20088 20089 20090 |
# File 'lib/aws-sdk-datazone/types.rb', line 20086 class SubscribedIamPrincipal < Struct.new( :principal_arn) SENSITIVE = [] include Aws::Structure end |