AWSAutoScalingCancelInstanceRefreshAnswer

Objective-C

@interface AWSAutoScalingCancelInstanceRefreshAnswer

Swift

class AWSAutoScalingCancelInstanceRefreshAnswer
  • The instance refresh ID associated with the request. This is the unique ID assigned to the instance refresh when it was started.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable instanceRefreshId;

    Swift

    var instanceRefreshId: String? { get set }