AWSEC2AdditionalDetail
Objective-C
@interface AWSEC2AdditionalDetail
Swift
class AWSEC2AdditionalDetail
Describes an additional detail for a path analysis. For more information, see Reachability Analyzer additional detail codes.
-
The additional detail code.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable additionalDetailType;
Swift
var additionalDetailType: String? { get set }
-
The path component.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2AnalysisComponent *_Nullable component;
Swift
var component: AWSEC2AnalysisComponent? { get set }
-
The load balancers.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2AnalysisComponent *> *_Nullable loadBalancers;
Swift
var loadBalancers: [AWSEC2AnalysisComponent]? { get set }
-
The rule options.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2RuleGroupRuleOptionsPair *> *_Nullable ruleGroupRuleOptionsPairs;
Swift
var ruleGroupRuleOptionsPairs: [AWSEC2RuleGroupRuleOptionsPair]? { get set }
-
The rule group type.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2RuleGroupTypePair *> *_Nullable ruleGroupTypePairs;
Swift
var ruleGroupTypePairs: [AWSEC2RuleGroupTypePair]? { get set }
-
The rule options.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2RuleOption *> *_Nullable ruleOptions;
Swift
var ruleOptions: [AWSEC2RuleOption]? { get set }
-
The name of the VPC endpoint service.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable serviceName;
Swift
var serviceName: String? { get set }
-
The VPC endpoint service.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2AnalysisComponent *_Nullable vpcEndpointService;
Swift
var vpcEndpointService: AWSEC2AnalysisComponent? { get set }