AWSEC2AnalysisComponent
Objective-C
@interface AWSEC2AnalysisComponent
Swift
class AWSEC2AnalysisComponent
Describes a path component.
-
The Amazon Resource Name (ARN) of the component.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable arn;
Swift
var arn: String? { get set }
-
The ID of the component.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable identifier;
Swift
var identifier: String? { get set }
-
The name of the analysis component.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }