AWSSTSPolicyDescriptorType
Objective-C
@interface AWSSTSPolicyDescriptorType : AWSModel
Swift
class AWSSTSPolicyDescriptorType : AWSModel
A reference to the IAM managed policy that is passed as a session policy for a role session or a federated user session.
-
The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy for the role. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }