AWSElasticLoadBalancingTrustStoreAssociation
Objective-C
@interface AWSElasticLoadBalancingTrustStoreAssociation
Swift
class AWSElasticLoadBalancingTrustStoreAssociation
Information about the resources a trust store is associated with.
-
The Amazon Resource Name (ARN) of the resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceArn;
Swift
var resourceArn: String? { get set }