AWSEC2PrivateDnsDetails

Objective-C

@interface AWSEC2PrivateDnsDetails

Swift

class AWSEC2PrivateDnsDetails

Information about the Private DNS name for interface endpoints.

  • The private DNS name assigned to the VPC endpoint service.

    Declaration

    Objective-C

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

    Swift

    var privateDnsName: String? { get set }