AWSIoTGetPolicyRequest
Objective-C
@interface AWSIoTGetPolicyRequest
Swift
class AWSIoTGetPolicyRequest
The input for the GetPolicy operation.
Required parameters: [policyName]
-
The name of the policy.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyName;
Swift
var policyName: String? { get set }