AWSElasticLoadBalancingDescribeTrustStoreAssociationsOutput
Objective-C
@interface AWSElasticLoadBalancingDescribeTrustStoreAssociationsOutput
Swift
class AWSElasticLoadBalancingDescribeTrustStoreAssociationsOutput
-
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextMarker;Swift
var nextMarker: String? { get set } -
Information about the resources the trust store is associated to.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSElasticLoadBalancingTrustStoreAssociation *> *_Nullable trustStoreAssociations;Swift
var trustStoreAssociations: [AWSElasticLoadBalancingTrustStoreAssociation]? { get set }
View on GitHub
Install in Dash
AWSElasticLoadBalancingDescribeTrustStoreAssociationsOutput Class Reference